Mercurial > repos > iuc > ivar_trim
comparison ivar_trim.xml @ 16:28e4bcbc86e7 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit 51d656555f9635bb8988f9eec904ee66657736e1
author | iuc |
---|---|
date | Wed, 19 Apr 2023 08:31:08 +0000 |
parents | a2b94388d00d |
children |
comparison
equal
deleted
inserted
replaced
15:a2b94388d00d | 16:28e4bcbc86e7 |
---|---|
38 #else: | 38 #else: |
39 -m $trimmed_length.min_len | 39 -m $trimmed_length.min_len |
40 #end if | 40 #end if |
41 -q $min_qual | 41 -q $min_qual |
42 -s $window_width | 42 -s $window_width |
43 ## since v1.4 ivar trim *almost* supports piping its output, but | 43 | samtools sort -@ \${GALAXY_SLOTS:-1} -T "\${TMPDIR:-.}" -o trimmed.sorted.bam - |
44 ## unfortunately still writes *some* regular messages to stdout, | |
45 ## so we need to stick writing to an intermediate file for now and | |
46 ## want to unify the output stream | |
47 -p trimmed 1>&2 && | |
48 samtools sort -@ \${GALAXY_SLOTS:-1} -T "\${TMPDIR:-.}" -o trimmed.sorted.bam trimmed.bam | |
49 ]]></command> | 44 ]]></command> |
50 <inputs> | 45 <inputs> |
51 <param name="input_bam" argument="-i" type="data" format="bam" label="Bam file" help="Aligned reads, to trim primers and quality"/> | 46 <param name="input_bam" argument="-i" type="data" format="bam" label="Bam file" help="Aligned reads, to trim primers and quality"/> |
52 <conditional name="primer"> | 47 <conditional name="primer"> |
53 <param label="Source of primer information" name="source" type="select"> | 48 <param label="Source of primer information" name="source" type="select"> |