Mercurial > repos > iuc > ngsutils_bam_filter
changeset 4:aecfe10118ed draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngsutils commit 89a8c896bdc435acb5e5c490f4deae4a4ed9607a
author | iuc |
---|---|
date | Fri, 17 Nov 2017 05:17:42 -0500 |
parents | 9b9ae5963d3c |
children | 49bf71fbc574 |
files | bam_filter.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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}`;