Repository 'samtool_filter2'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/samtool_filter2

Changeset 6:dc6ff68ea5e8 (2017-10-05)
Previous changeset 5:b7aa423007bf (2017-01-20) Next changeset 7:56c31114ad4a (2018-06-06)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/samtool_filter2 commit a97efd3ee05c6e27ff8294f66ea975445966d9c4
modified:
samtool_filter2.xml
b
diff -r b7aa423007bf -r dc6ff68ea5e8 samtool_filter2.xml
--- a/samtool_filter2.xml Fri Jan 20 04:51:36 2017 -0500
+++ b/samtool_filter2.xml Thu Oct 05 10:31:42 2017 -0400
b
@@ -59,7 +59,9 @@
   #end if
   $input
   #if str($regions).strip() and $input1.is_of_type('bam')
-    '$regions'
+    #for region in str($regions).split():
+      '$region'
+    #end for
   #end if
   ## need to redirect stderr message so galaxy does not think this failed
   2>&1