# HG changeset patch
# User iuc
# Date 1579784362 0
# Node ID d329c92987bff7e2e6eac3660051eb582a56149f
# Parent 67a65042c64db983508a037d6f08159c1a7e46bd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfselectsamples commit 36e9065027cc7bf721e9d203208477ee88906c57"
diff -r 67a65042c64d -r d329c92987bf macros.xml
--- a/macros.xml Mon Mar 26 18:00:02 2018 -0400
+++ b/macros.xml Thu Jan 23 12:59:22 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 67a65042c64d -r d329c92987bf vcfselectsamples.xml
--- a/vcfselectsamples.xml Mon Mar 26 18:00:02 2018 -0400
+++ b/vcfselectsamples.xml Thu Jan 23 12:59:22 2020 +0000
@@ -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}'