# HG changeset patch # User iuc # Date 1510913862 18000 # Node ID aecfe10118ed058c1ebcf037d68c848859fe5829 # Parent 9b9ae5963d3c4a439188bea1a07c86104a355688 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngsutils commit 89a8c896bdc435acb5e5c490f4deae4a4ed9607a 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 @@ -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}`;