# HG changeset patch # User devteam # Date 1473970004 14400 # Node ID 82635a34fbe6075b691e1b83574f58b4675d7675 # Parent 1673e7848bf4dbcd3f4d6d30a840444d5815375d planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfgenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79 diff -r 1673e7848bf4 -r 82635a34fbe6 macros.xml --- a/macros.xml Thu Mar 19 14:33:25 2015 -0400 +++ b/macros.xml Thu Sep 15 16:06:44 2016 -0400 @@ -1,7 +1,7 @@ - vcflib + vcflib @@ -10,6 +10,7 @@ + 1.0.0_rc1 diff -r 1673e7848bf4 -r 82635a34fbe6 test-data/vcfgenotypes-test1.tab --- a/test-data/vcfgenotypes-test1.tab Thu Mar 19 14:33:25 2015 -0400 +++ b/test-data/vcfgenotypes-test1.tab Thu Sep 15 16:06:44 2016 -0400 @@ -5,5 +5,5 @@ 20 1110696 A G,T A,G,T NA00001:G/T NA00002:T/G NA00003:T/T 20 1230237 T . T,. NA00001:T/T NA00002:T/T NA00003:T/T 20 1234567 G GA,GAC G,GA,GAC NA00001:G/GA NA00002:G/GAC NA00003:GA/GA -20 1235237 T . T,. NA00001:T/T NA00002:T/T +20 1235237 T . T,. NA00001:T/T NA00002:T/T NA00003:T/T X 10 AC A,ATG AC,A,ATG NA00001:AC NA00002:AC/A NA00003:AC/ATG diff -r 1673e7848bf4 -r 82635a34fbe6 tool_dependencies.xml --- a/tool_dependencies.xml Thu Mar 19 14:33:25 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - - diff -r 1673e7848bf4 -r 82635a34fbe6 vcfgenotypes.xml --- a/vcfgenotypes.xml Thu Mar 19 14:33:25 2015 -0400 +++ b/vcfgenotypes.xml Thu Sep 15 16:06:44 2016 -0400 @@ -1,30 +1,30 @@ - - Convert numerical representation of genotypes to allelic - - macros.xml - - - - vcfgenotypes "${vcf_input}" > "${out_file1}" - - - - - - - - - - - - - - -Converts numerical representation of genotypes (standard in GT field) to the alleles provided in the call's ALT/REF fields. - ----- - -Vcfgenotypes @IS_PART_OF_VCFLIB@ - - - + + Convert numerical representation of genotypes to allelic + + macros.xml + + + + vcfgenotypes "${vcf_input}" > "${out_file1}" + + + + + + + + + + + + + + +Converts numerical representation of genotypes (standard in GT field) to the alleles provided in the call's ALT/REF fields. + +---- + +Vcfgenotypes @IS_PART_OF_VCFLIB@ + + +