# HG changeset patch
# User iuc
# Date 1579784407 0
# Node ID 46fde0ec9efac6b83df4982e266ec84f43aeb894
# Parent c2026da116b488261466624aeabd424556fc1f93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfvcfintersect commit 36e9065027cc7bf721e9d203208477ee88906c57"
diff -r c2026da116b4 -r 46fde0ec9efa macros.xml
--- a/macros.xml Mon Mar 26 12:16:48 2018 -0400
+++ b/macros.xml Thu Jan 23 13:00:07 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 c2026da116b4 -r 46fde0ec9efa vcfvcfintersect.xml
--- a/vcfvcfintersect.xml Mon Mar 26 12:16:48 2018 -0400
+++ b/vcfvcfintersect.xml Thu Jan 23 13:00:07 2020 +0000
@@ -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
-
+ ]]>