# HG changeset patch # User iuc # Date 1579784562 18000 # Node ID 57a16b310fe825654c45e3cc563c0eb45c3c0b47 # Parent a8a4f94aa3216b5487853e157d3d86e078c3f594 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfallelicprimitives commit 36e9065027cc7bf721e9d203208477ee88906c57" diff -r a8a4f94aa321 -r 57a16b310fe8 macros.xml --- a/macros.xml Mon Mar 26 12:19:14 2018 -0400 +++ b/macros.xml Thu Jan 23 08:02:42 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 a8a4f94aa321 -r 57a16b310fe8 vcfallelicprimitives.xml --- a/vcfallelicprimitives.xml Mon Mar 26 12:19:14 2018 -0400 +++ b/vcfallelicprimitives.xml Thu Jan 23 08:02:42 2020 -0500 @@ -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}'