# HG changeset patch # User iuc # Date 1579784201 0 # Node ID 8b10da6b8026f23e82931369939bce6f49d9b1cf # Parent 5f4be9e020d96f0ea1ca4cd04e2a3a0b3b533426 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfflatten commit 36e9065027cc7bf721e9d203208477ee88906c57" diff -r 5f4be9e020d9 -r 8b10da6b8026 macros.xml --- a/macros.xml Mon Mar 26 12:14:07 2018 -0400 +++ b/macros.xml Thu Jan 23 12:56:41 2020 +0000 @@ -1,7 +1,7 @@ - vcflib + vcflib @@ -10,10 +10,10 @@ - 1.0.0_rc1 - - - + 1.0.0_rc3 + + + @misc{Garrison2015, author = {Garrison, Erik}, year = {2015}, @@ -22,8 +22,8 @@ journal = {GitHub repository}, url = {https://github.com/ekg/vcflib}, } - - - + + + is a part of VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib). diff -r 5f4be9e020d9 -r 8b10da6b8026 vcfflatten.xml --- a/vcfflatten.xml Mon Mar 26 12:14:07 2018 -0400 +++ b/vcfflatten.xml Thu Jan 23 12:56:41 2020 +0000 @@ -5,7 +5,7 @@ - vcfflatten "${input1}" > "${out_file1}" + vcfflatten '${input1}' > '${out_file1}'