# HG changeset patch # User devteam # Date 1439241277 14400 # Node ID 94d5786febc4d74eaad7f7fd5c610ceff0eb5fc8 # Parent 2d4ae2f8231e009f48035f6a11ee5441e0a77d68 planemo upload commit 4381f4022eca6f3c58ae1d01096795cd28c15062 diff -r 2d4ae2f8231e -r 94d5786febc4 samtool_filter2.xml --- a/samtool_filter2.xml Thu Feb 27 16:16:26 2014 -0500 +++ b/samtool_filter2.xml Mon Aug 10 17:14:37 2015 -0400 @@ -3,58 +3,36 @@ samtools - + + + + 0: - -L $bed_file + -L "$bed_file" #end if $input #if $regions.__str__.strip() != '' and $input1.datatype.file_ext == 'bam': $regions.__str__.strip() #end if ## need to redirect stderr message so galaxy does not think this failed - 2>&1 + 2>&1 +]]> - + - + @@ -103,7 +82,7 @@ - + @@ -116,7 +95,7 @@ - + @@ -132,19 +111,19 @@ - - - + + + - - + + - + @@ -157,11 +136,11 @@ - - - + + + - + @@ -170,11 +149,11 @@ - - - + + + - + @@ -184,20 +163,18 @@ - - - + + + - + - - **What it does** -This tool uses the samtools view command in SAMTools_ toolkit to filter a SAM or BAM file on the MAPQ (mapping quality), FLAG bits, Read Group, Library, or region. +This tool uses the samtools view command in SAMtools_ toolkit to filter a SAM or BAM file on the MAPQ (mapping quality), FLAG bits, Read Group, Library, or region. **Input** @@ -209,14 +186,14 @@ **Options** -Filtering by read group or library requires headers in the input SAM or BAM file. +Filtering by read group or library requires headers in the input SAM or BAM file. -If regions are specified, only alignments overlapping the specified regions will be output. An alignment may be given multiple times if it is overlapping several regions. +If regions are specified, only alignments overlapping the specified regions will be output. An alignment may be given multiple times if it is overlapping several regions. A region can be presented, for example, in the following format:: chr2 (the whole chr2) - chr2:1000000 (region starting from 1,000,000bp) - chr2:1,000,000-2,000,000 (region between 1,000,000 and 2,000,000bp including the end points). + chr2:1000000 (region starting from 1,000,000bp) + chr2:1,000,000-2,000,000 (region between 1,000,000 and 2,000,000bp including the end points). Note: The coordinate is 1-based. @@ -226,7 +203,7 @@ -.. _SAMTools: http://samtools.sourceforge.net/samtools.shtml +.. _SAMtools: http://samtools.sourceforge.net/ diff -r 2d4ae2f8231e -r 94d5786febc4 tool_dependencies.xml --- a/tool_dependencies.xml Thu Feb 27 16:16:26 2014 -0500 +++ b/tool_dependencies.xml Mon Aug 10 17:14:37 2015 -0400 @@ -1,6 +1,6 @@ - +