# HG changeset patch # User nilesh # Date 1373491512 14400 # Node ID a4fac23fb4209e7b7c3538e6cb9e94523b67c3a4 # Parent 2e09b3f332f8a606a1cd95adb1aa84b4e823a686 Deleted selected files diff -r 2e09b3f332f8 -r a4fac23fb420 tool_dependencies.xml --- a/tool_dependencies.xml Wed Jul 10 17:23:45 2013 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ - - - - - - http://sourceforge.net/projects/vcftools/files/vcftools_0.1.11.tar.gz - make - PREFIX="$INSTALL_DIR/vcftools make install - - $INSTALL_DIR/vcftools/bin - - - - - A set of tools written in Perl and C++ for working with VCF files, such as those generated by the 1000 Genomes Project - - - - diff -r 2e09b3f332f8 -r a4fac23fb420 vcftools.xml --- a/vcftools.xml Wed Jul 10 17:23:45 2013 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,90 +0,0 @@ - - - The vcftools program is intended for analysis of diploid SNP data in VCF format. - - - vcftools - - - vcftools - - #if str($basic) == "gzvcf" - --gzvcf - #elif str($basic) == "bcf" - --bcf - #else - --vcf - #end if - - $input - - #for $chromosome in $chr - --chr $chromosome.number - #end for - - #for $chromosome in $notchr - --notchr $chromosome.number - #end for - - #if str($frombp) != "" - --from-bp $frombp - #end if - - #if str($tobp) != "" - --to-bp $tobp - #end if - - #for $snp in $snps - --snp $snp.id - #end for - - #if str(${snpfile.file_name}) != "" - --snps $snpfile - #end if - - #if str(${excludesnpfile.file_name}) != "" - --snps $excludesnpfile - #end if - - #if str($indels) == "keeponlyindels" - --keep-only-indels - #elif str($indels) == "removeindels" - --removeindels - #end if - - $removefilterall $recodetostream > out.recode.vcf - - - - - - - - - - - - - - - - - - t - - - - - - - - - - - - - - Welcome to VCFtools - a program package designed for working with VCF files, such as those generated by the 1000 Genomes Project. The aim of VCFtools is to provide methods for working with VCF files: validating, merging, comparing and calculate some basic population genetic statistics. More information at http://vcftools.sourceforge.net/index.html. - -