# HG changeset patch # User devteam # Date 1473969976 14400 # Node ID 1336a70f5c02bf1d792033978fcb762b36e8100d # Parent 38d93ca9c0f05cca150b40393af444223ce3de87 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfflatten commit 0b9b6512272b82637c2f1e831367e89aed77ae79 diff -r 38d93ca9c0f0 -r 1336a70f5c02 macros.xml --- a/macros.xml Thu Mar 19 14:31:30 2015 -0400 +++ b/macros.xml Thu Sep 15 16:06:16 2016 -0400 @@ -1,7 +1,7 @@ - vcflib + vcflib @@ -10,6 +10,7 @@ + 1.0.0_rc1 diff -r 38d93ca9c0f0 -r 1336a70f5c02 tool_dependencies.xml --- a/tool_dependencies.xml Thu Mar 19 14:31:30 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - - diff -r 38d93ca9c0f0 -r 1336a70f5c02 vcfflatten.xml --- a/vcfflatten.xml Thu Mar 19 14:31:30 2015 -0400 +++ b/vcfflatten.xml Thu Sep 15 16:06:16 2016 -0400 @@ -1,30 +1,30 @@ - - Removes multi-allelic sites by picking the most common alternate - - macros.xml - - - - vcfflatten "${input1}" > "${out_file1}" - - - - - - - - - - - - - - -Removes multi-allelic sites by picking the most common alternate. Requires allele frequency specification 'AF' and use of 'G' and 'A' to specify the fields which vary according to the Allele or Genotype. - ----- - -Vcfflatten @IS_PART_OF_VCFLIB@ - - - + + Removes multi-allelic sites by picking the most common alternate + + macros.xml + + + + vcfflatten "${input1}" > "${out_file1}" + + + + + + + + + + + + + + +Removes multi-allelic sites by picking the most common alternate. Requires allele frequency specification 'AF' and use of 'G' and 'A' to specify the fields which vary according to the Allele or Genotype. + +---- + +Vcfflatten @IS_PART_OF_VCFLIB@ + + +