comparison ivar_trim.xml @ 3:5d6ed46cc101 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit 47276c84cd0cd40084b7ccdf2e22c620ee1c10f6"
author iuc
date Fri, 05 Jun 2020 04:12:52 -0400
parents cb903c9dc33d
children db536ad45f28
comparison
equal deleted inserted replaced
2:cb903c9dc33d 3:5d6ed46cc101
18 -m $min_len 18 -m $min_len
19 -q $min_qual 19 -q $min_qual
20 -s $window_width 20 -s $window_width
21 $inc_primers 21 $inc_primers
22 -p trimmed && 22 -p trimmed &&
23 samtools sort -@ \${GALAXY_SLOTS:-1} -o trimmed.sorted.bam trimmed.bam && 23 samtools sort -@ \${GALAXY_SLOTS:-1} -o trimmed.sorted.bam trimmed.bam
24 samtools index -@ \${GALAXY_SLOTS:-1} trimmed.sorted.bam
25 ]]> </command> 24 ]]> </command>
26 <inputs> 25 <inputs>
27 <param name="input_bam" argument="-i" type="data" format="bam" label="Bam file" help="Aligned reads, to trim primers and quality"/> 26 <param name="input_bam" argument="-i" type="data" format="bam" label="Bam file" help="Aligned reads, to trim primers and quality"/>
28 <conditional name="primer"> 27 <conditional name="primer">
29 <param label="Source of primer information" name="source" type="select"> 28 <param label="Source of primer information" name="source" type="select">