changeset 6:dc6ff68ea5e8 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/samtool_filter2 commit a97efd3ee05c6e27ff8294f66ea975445966d9c4
author devteam
date Thu, 05 Oct 2017 10:31:42 -0400
parents b7aa423007bf
children 56c31114ad4a
files samtool_filter2.xml
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/samtool_filter2.xml	Fri Jan 20 04:51:36 2017 -0500
+++ b/samtool_filter2.xml	Thu Oct 05 10:31:42 2017 -0400
@@ -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