# HG changeset patch # User iuc # Date 1579784819 18000 # Node ID 5822b40f3037831437a3da5798d2b83b92db0daf # Parent 48e458c721b32aa1d468ee0f011090d778ea6904 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit 36e9065027cc7bf721e9d203208477ee88906c57" diff -r 48e458c721b3 -r 5822b40f3037 macros.xml --- a/macros.xml Thu Sep 15 16:05:01 2016 -0400 +++ b/macros.xml Thu Jan 23 08:06:59 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 48e458c721b3 -r 5822b40f3037 vcfdistance.xml --- a/vcfdistance.xml Thu Sep 15 16:05:01 2016 -0400 +++ b/vcfdistance.xml Thu Jan 23 08:06:59 2020 -0500 @@ -1,11 +1,11 @@ - + Calculate distance to the nearest variant macros.xml - cat "${input1}" | vcfdistance > "${out_file1}" + cat '${input1}' | vcfdistance > '${out_file1}'