# HG changeset patch # User iuc # Date 1579784735 18000 # Node ID 9fd5d91eb91be2197d2aa0209e2b34b00e57fe7a # Parent 690b1d846263809b12309a03f7f0bc4ead678ac6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfbreakcreatemulti commit 36e9065027cc7bf721e9d203208477ee88906c57" diff -r 690b1d846263 -r 9fd5d91eb91b macros.xml --- a/macros.xml Mon Mar 26 12:21:56 2018 -0400 +++ b/macros.xml Thu Jan 23 08:05:35 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 690b1d846263 -r 9fd5d91eb91b vcfbreakcreatemulti.xml --- a/vcfbreakcreatemulti.xml Mon Mar 26 12:21:56 2018 -0400 +++ b/vcfbreakcreatemulti.xml Thu Jan 23 08:05:35 2020 -0500 @@ -7,9 +7,9 @@ #if str($break_or_create) == "break": - vcfbreakmulti "${input1}" > "${out_file1}" + vcfbreakmulti '${input1}' > '${out_file1}' #elif str($break_or_create) == "create": - vcfcreatemulti "${input1}" > "${out_file1}" + vcfcreatemulti '${input1}' > '${out_file1}' #end if