# HG changeset patch # User iuc # Date 1579784924 18000 # Node ID f285aa6bdcfb390bcb43f7b0d3b6189dc773c418 # Parent b24e368ae7b1080fb6609d9a58ab4ff111681fc6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfflatten commit 36e9065027cc7bf721e9d203208477ee88906c57" diff -r b24e368ae7b1 -r f285aa6bdcfb macros.xml --- a/macros.xml Mon Mar 26 12:25:46 2018 -0400 +++ b/macros.xml Thu Jan 23 08:08:44 2020 -0500 @@ -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 b24e368ae7b1 -r f285aa6bdcfb vcfflatten.xml --- a/vcfflatten.xml Mon Mar 26 12:25:46 2018 -0400 +++ b/vcfflatten.xml Thu Jan 23 08:08:44 2020 -0500 @@ -5,7 +5,7 @@ - vcfflatten "${input1}" > "${out_file1}" + vcfflatten '${input1}' > '${out_file1}'