# HG changeset patch # User anton # Date 1402411559 14400 # Node ID 2826332c315307417c132d4577519b7d058fdeec # Parent 8045bf0acb6e6d94b2aac8ecd00dcd6a951cd2ab Uploaded diff -r 8045bf0acb6e -r 2826332c3153 vcf2tsv.xml --- a/vcf2tsv.xml Wed May 07 15:19:35 2014 -0400 +++ b/vcf2tsv.xml Tue Jun 10 10:45:59 2014 -0400 @@ -1,18 +1,18 @@ - + vcflib Convert VCF data into TAB-delimited format vcf2tsv ${g_option} -n "${null_filler}" "${input}" > "${out_file1}" - - + + + - @@ -34,7 +34,11 @@ Converts stdin or given VCF file to tab-delimited format, using null string to replace empty values in the table. -Specifying -g will output one line per sample with genotype information. +Specifying "**Report data per sample**" (-g) will output one line per sample with genotype information. + +---- + +Vcf2Tsv is a part of VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib).