# HG changeset patch
# User iuc
# Date 1579785062 18000
# Node ID 166c4f50525fee06c0b1306b68b9e0250cf5601c
# Parent 6f6bf10618d74929f4a0a138c259573a55964365
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfvcfintersect commit 36e9065027cc7bf721e9d203208477ee88906c57"
diff -r 6f6bf10618d7 -r 166c4f50525f macros.xml
--- a/macros.xml Mon Mar 26 12:29:13 2018 -0400
+++ b/macros.xml Thu Jan 23 08:11:02 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 6f6bf10618d7 -r 166c4f50525f vcfvcfintersect.xml
--- a/vcfvcfintersect.xml Mon Mar 26 12:29:13 2018 -0400
+++ b/vcfvcfintersect.xml Thu Jan 23 08:11:02 2020 -0500
@@ -5,20 +5,20 @@
-
+ "${out_file1}"
+ vcfintersect '${adv_options.adv_options_input}' ${loci} ${invert} -r '${reference_fasta_filename}' -w "${window_size}" ${isect_union} '${vcf_input1}' '${vcf_input2}' > '${out_file1}'
#else:
- vcfintersect ${loci} ${invert} -r "${reference_fasta_filename}" -w "${window_size}" ${isect_union} "${vcf_input1}" "${vcf_input2}" > "${out_file1}"
+ vcfintersect ${loci} ${invert} -r '${reference_fasta_filename}' -w "${window_size}" ${isect_union} '${vcf_input1}' '${vcf_input2}' > '${out_file1}'
#end if
-
+ ]]>