# HG changeset patch # User iuc # Date 1579783959 0 # Node ID d5ecdca44759b542529e83f38d8eb5ee7fcf2f20 # Parent 3c6eefd09af18dcdd19f850a661798b73a0df8a6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfallelicprimitives commit 36e9065027cc7bf721e9d203208477ee88906c57" diff -r 3c6eefd09af1 -r d5ecdca44759 macros.xml --- a/macros.xml Mon Mar 26 12:11:08 2018 -0400 +++ b/macros.xml Thu Jan 23 12:52:39 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 3c6eefd09af1 -r d5ecdca44759 vcfallelicprimitives.xml --- a/vcfallelicprimitives.xml Mon Mar 26 12:11:08 2018 -0400 +++ b/vcfallelicprimitives.xml Thu Jan 23 12:52:39 2020 +0000 @@ -7,12 +7,12 @@ - cat "${input}" | vcfallelicprimitives + cat '${input}' | vcfallelicprimitives ${m_option} - -t "${t_option}" + -t '${t_option}' -L "${max_length}" $keep_info - $keep_geno > "${out_file1}" + $keep_geno > '${out_file1}'