# HG changeset patch # User devteam # Date 1484905884 18000 # Node ID 1ea3b8a4c2fe4f485d79fa5e42fbb2203b9abb7d # Parent cc2b231ab5e189dccba3e464c499a740c7ff416c planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/samtool_filter2 commit 94a7407227beb0139c49d92c7f922499dc7f0cd1 diff -r cc2b231ab5e1 -r 1ea3b8a4c2fe samtool_filter2.xml --- a/samtool_filter2.xml Wed Jul 27 15:16:18 2016 -0400 +++ b/samtool_filter2.xml Fri Jan 20 04:51:24 2017 -0500 @@ -9,38 +9,38 @@ 0: - -L "$bed_file" + #if $bed_file + -L '$bed_file' #end if $input - #if $regions.__str__.strip() != '' and $input1.datatype.file_ext == 'bam': - $regions.__str__.strip() + #if str($regions).strip() and $input1.is_of_type('bam') + '$regions' #end if ## need to redirect stderr message so galaxy does not think this failed 2>&1 @@ -206,7 +206,7 @@ -.. _SAMtools: http://samtools.sourceforge.net/ +.. _SAMtools: http://www.htslib.org/