# HG changeset patch # User iuc # Date 1579784135 0 # Node ID 8595905b0fcdabdca0eee089c6dba11aa7c9481e # Parent c51b43f8098f0d112d8614a74eb9ef50e95b2826 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit 36e9065027cc7bf721e9d203208477ee88906c57" diff -r c51b43f8098f -r 8595905b0fcd macros.xml --- a/macros.xml Mon Mar 26 12:13:26 2018 -0400 +++ b/macros.xml Thu Jan 23 12:55:35 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 c51b43f8098f -r 8595905b0fcd vcfdistance.xml --- a/vcfdistance.xml Mon Mar 26 12:13:26 2018 -0400 +++ b/vcfdistance.xml Thu Jan 23 12:55:35 2020 +0000 @@ -5,7 +5,7 @@ - cat "${input1}" | vcfdistance > "${out_file1}" + cat '${input1}' | vcfdistance > '${out_file1}'