# HG changeset patch
# User iuc
# Date 1632425772 0
# Node ID ab5b7f6b7198ab3faac15a7f5784b9bf5d8118db
# Parent ba7b0f11e470aca368637d4ad28c78b0dfadf0fc
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
diff -r ba7b0f11e470 -r ab5b7f6b7198 salsa2.xml
--- a/salsa2.xml Fri Jun 18 20:29:33 2021 +0000
+++ b/salsa2.xml Thu Sep 23 19:36:12 2021 +0000
@@ -5,7 +5,7 @@
2.3
- 0
+ 1
salsa2
@@ -18,9 +18,18 @@
run_pipeline.py
-a '$fasta_in'
-l input.fasta.fai
+#if $enzyme_conditional.enzyme_options == 'preconfigured':
+ #if $enzyme_conditional.preconfigured_enzymes == 'dovetail'
+ -e 'GATC'
+ #else if $enzyme_conditional.preconfigured_enzymes == 'arima1'
+ -e 'GATC,GANTC'
+ #else
+ -e 'GATC,GANTC,CTNAG,TTAA'
+ #end if
+#else:
+ -e '${enzyme_conditional.manual_enzyme}'
+#end if
-b '$bed_file'
--e '$enzyme'
-
#if str($cutoff):
-c '$cutoff'
#end if
@@ -37,10 +46,25 @@
-
- value.replace(',', '').isalpha()
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ value.replace(',', '').isalpha()
+
+
+
@@ -53,17 +77,39 @@
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+