Repository 'ngsutils_bam_filter'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/ngsutils_bam_filter

Changeset 4:aecfe10118ed (2017-11-17)
Previous changeset 3:9b9ae5963d3c (2017-10-23) Next changeset 5:49bf71fbc574 (2018-10-30)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngsutils commit 89a8c896bdc435acb5e5c490f4deae4a4ed9607a
modified:
bam_filter.xml
b
diff -r 9b9ae5963d3c -r aecfe10118ed bam_filter.xml
--- a/bam_filter.xml Mon Oct 23 13:27:02 2017 -0400
+++ b/bam_filter.xml Fri Nov 17 05:17:42 2017 -0500
b
@@ -10,7 +10,7 @@
 ## If the tool is executed with no filtering option,
 ## the default parameters simply copy over the input file
 if grep -q "\w" '${parameters}'; then
-    '$__tool_directory__/filter.py'
+    python '$__tool_directory__/filter.py'
     '$infile'
     '$outfile'
     `cat ${parameters}`;