Mercurial > repos > iuc > ngsutils_bam_filter
changeset 7:c1b7608bb4b3 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:08 -0500 |
| parents | 65c2eb88b635 |
| children | bc31eb2abd1a |
| 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:24:19 2017 -0400 +++ b/bam_filter.xml Fri Nov 17 05:17:08 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}`;
