# HG changeset patch # User devteam # Date 1473969982 14400 # Node ID 8fb92fcd20aedeb996057a8d4a6cd2ab7333c50c # Parent d6c944f1581a5df2ff4a6cfa69319a136fffffa7 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcf2tsv commit 0b9b6512272b82637c2f1e831367e89aed77ae79 diff -r d6c944f1581a -r 8fb92fcd20ae macros.xml --- a/macros.xml Thu Mar 19 12:19:17 2015 -0400 +++ b/macros.xml Thu Sep 15 16:06:22 2016 -0400 @@ -1,7 +1,7 @@ - vcflib + vcflib @@ -10,6 +10,7 @@ + 1.0.0_rc1 diff -r d6c944f1581a -r 8fb92fcd20ae test-data/vcf2tsv-test1.tab --- a/test-data/vcf2tsv-test1.tab Thu Mar 19 12:19:17 2015 -0400 +++ b/test-data/vcf2tsv-test1.tab Thu Sep 15 16:06:22 2016 -0400 @@ -22,6 +22,7 @@ 20 1234567 microsat1 G GA,GAC 50 PASS G 3,1 . 6 9 3 0 0 NA00003 3 40 1/1 . 20 1235237 . T . 0 . . . . . . . 0 0 NA00001 . . 0/0 . 20 1235237 . T . 0 . . . . . . . 0 0 NA00002 . . 0|0 . +20 1235237 . T . 0 . . . . . . . 0 0 NA00003 . . ./. . X 10 rsTest AC A,ATG 10 PASS . . . . . . 0 0 NA00001 . . 0 . X 10 rsTest AC A,ATG 10 PASS . . . . . . 0 0 NA00002 . . 0/1 . X 10 rsTest AC A,ATG 10 PASS . . . . . . 0 0 NA00003 . . 0|2 . diff -r d6c944f1581a -r 8fb92fcd20ae tool_dependencies.xml --- a/tool_dependencies.xml Thu Mar 19 12:19:17 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - - diff -r d6c944f1581a -r 8fb92fcd20ae vcf2tsv.xml --- a/vcf2tsv.xml Thu Mar 19 12:19:17 2015 -0400 +++ b/vcf2tsv.xml Thu Sep 15 16:06:22 2016 -0400 @@ -1,46 +1,45 @@ - - Convert VCF data into TAB-delimited format - - macros.xml - - - - vcf2tsv ${g_option} -n "${null_filler}" "${input}" > "${out_file1}" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Converts VCF dataset to tab-delimited format, using null string to replace empty values in the table. -Specifying "**Report data per sample**" (-g) will output one line per sample with genotype information. - ----- - -Vcf2Tsv @IS_PART_OF_VCFLIB@ - - - + + Convert VCF data into TAB-delimited format + + macros.xml + + + + vcf2tsv ${g_option} -n '${null_filler}' '${input}' > '${out_file1}' + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Converts VCF dataset to tab-delimited format, using null string to replace empty values in the table. +Specifying "**Report data per sample**" (-g) will output one line per sample with genotype information. + +---- + +Vcf2Tsv @IS_PART_OF_VCFLIB@ + + +