# HG changeset patch # User iuc # Date 1579785031 18000 # Node ID 2ba3b87f904f8e4a597b9c3d2b191994fd5ba7b4 # Parent 958b6484a7f1700e40fbce11ee15cd01a6cccd46 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfselectsamples commit 36e9065027cc7bf721e9d203208477ee88906c57" diff -r 958b6484a7f1 -r 2ba3b87f904f macros.xml --- a/macros.xml Mon Mar 26 18:00:19 2018 -0400 +++ b/macros.xml Thu Jan 23 08:10:31 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 958b6484a7f1 -r 2ba3b87f904f vcfselectsamples.xml --- a/vcfselectsamples.xml Mon Mar 26 18:00:19 2018 -0400 +++ b/vcfselectsamples.xml Thu Jan 23 08:10:31 2020 -0500 @@ -5,7 +5,7 @@ - vcfkeepsamples "${input1}" ${ ' '.join( map( lambda x:'"%s"' % ( x ), str($vcf_samples ).split(",") ) ) } > "${out_file1}" + vcfkeepsamples '${input1}' ${ ' '.join( map( lambda x:'"%s"' % ( x ), str($vcf_samples ).split(",") ) ) } > '${out_file1}'