# HG changeset patch
# User devteam
# Date 1444753848 14400
# Node ID 543405859e60f054b940e5a1f5e04ba36808bb5e
# Parent a2b5298e72393ec8eea8a6dc2c7a4a6edf4c938c
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
diff -r a2b5298e7239 -r 543405859e60 samtool_filter2.xml
--- a/samtool_filter2.xml Thu Nov 13 14:04:44 2014 -0500
+++ b/samtool_filter2.xml Tue Oct 13 12:30:48 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 @@
-
+
@@ -131,16 +110,16 @@
-
-
-
-
+
+
+
-
-
+
+
@@ -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 a2b5298e7239 -r 543405859e60 shed_upload.tar.gz
Binary file shed_upload.tar.gz has changed