# HG changeset patch
# User devteam
# Date 1440615524 14400
# Node ID 5e2fe70292a7a4f4b40e6adf8f3df21fb91d1def
# Parent db10554eaad9b0c112b52c0c8519b5fc0dc54133
planemo upload commit 5ad726dc73203a704666033cd3bf70b82575978f-dirty
diff -r db10554eaad9 -r 5e2fe70292a7 bamtools-filter.xml
--- a/bamtools-filter.xml Tue Dec 09 15:04:58 2014 -0500
+++ b/bamtools-filter.xml Wed Aug 26 14:58:44 2015 -0400
@@ -4,9 +4,8 @@
bamtools
+ cat $script_file > $out_file2;
- cat $script_file > $out_file2;
-
#for $bam_count, $input_bam in enumerate( $input_bams ):
ln -s "${input_bam.input_bam}" "localbam_${bam_count}.bam" &&
ln -s "${input_bam.input_bam.metadata.bam_index}" "localbam_${bam_count}.bam.bai" &&
@@ -20,9 +19,7 @@
-in "localbam_${bam_count}.bam"
#end for
-out $out_file1
-
-
@@ -197,8 +194,8 @@
},
#else
}
- #end if
- #end for
+ #end if
+ #end for
#if len( $conditions ) > 1
#if str( $rule_configuration.rules_selector ) == "True":
],
@@ -249,7 +246,7 @@
When filtering on a single condition there is no need to worry about filters and conditions. Just choose a filter from the **Select BAM property to filter on:** dropdown and enter a value (or click a checkbox for binary filters).
For example, for retaining reads with mapping quality of at least 20 one would set the tool interface as shown below:
-.. image:: ${static_path}/images/simple-filter.png
+.. image:: images/single-filter.png
-----
@@ -258,7 +255,7 @@
Now suppose one needs to extract reads that (1) have mapping quality of at least 20, (2) contain at least 1 mismatch, and (3) are mapping onto forward strand only.
To do so we will use three filters as shown below (multiple filters are added to the interface by clicking on the **Add new Filter** button):
-.. image:: ${static_path}/images/multiple-filters.png
+.. image:: images/multiple-filters.png
In this case (you can see that the three filters are grouped within a single Condition - **Condition 1**) the filter too use logical **AND** to perform filtering.
In other words only reads that (1) have mapping quality of at least 20 **AND** (2) contain at least 1 mismatch **AND** are mapping onto forward strand will be returned in this example.
@@ -271,7 +268,7 @@
at least one mismatch and (*2.2*) are on the reverse strand. In this scenario we have to set up two conditions: (**1**) and (**2**) each with two filters: *1.1* and *1.2* as well as *2.1* and *2.2*.
The following screenshot expalins how this can be done:
-.. image:: ${static_path}/images/complex-filters.png
+.. image:: images/complex-filters.png
-----
@@ -285,7 +282,7 @@
Here, numbers 1, 2, and 3 represent conditions. The following screenshot illustrates how to do this in Galaxy:
-.. image:: ${static_path}/images/rule.png
+.. image:: images/rule.png
There are three conditions here, each with a single filter. A text entry area that can be opened by clicking on the **Would you like to set rules?** checkbox enables you to enter a rule.
Here numbers correspond to numbers of conditions as they are shown in the interface. E.g., 1 corresponds to condition 1, 2 to condition 2 and so on... In human language this means::
@@ -312,8 +309,7 @@
}
]
}
-
-
+
-----
diff -r db10554eaad9 -r 5e2fe70292a7 tool_dependencies.xml
--- a/tool_dependencies.xml Tue Dec 09 15:04:58 2014 -0500
+++ b/tool_dependencies.xml Wed Aug 26 14:58:44 2015 -0400
@@ -1,6 +1,6 @@
-
+