# HG changeset patch # User devteam # Date 1484905896 18000 # Node ID b7aa423007bfb3ebfa73fce401294ca6715ded79 # Parent d3292b4a0c7854ce973089e7c01d745fcc89a14c planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/samtool_filter2 commit 94a7407227beb0139c49d92c7f922499dc7f0cd1 diff -r d3292b4a0c78 -r b7aa423007bf samtool_filter2.xml --- a/samtool_filter2.xml Wed Jul 27 15:16:29 2016 -0400 +++ b/samtool_filter2.xml Fri Jan 20 04:51:36 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/