changeset 16:160964255888 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:25 -0400
parents 1ea3b8a4c2fe
children 3263a2b5d9f0
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:24 2017 -0500
+++ b/samtool_filter2.xml	Thu Oct 05 10:31:25 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