# HG changeset patch # User nilesh # Date 1373491425 14400 # Node ID 2e09b3f332f8a606a1cd95adb1aa84b4e823a686 # Parent 90fe42320bd1b87103d8c8e94f198bad0598391a Uploaded diff -r 90fe42320bd1 -r 2e09b3f332f8 vcftools.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vcftools.xml Wed Jul 10 17:23:45 2013 -0400 @@ -0,0 +1,90 @@ + + + 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. + +