comparison fastx_trimmer.xml @ 5:547e8d00f11c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_trimmer commit 3953b65f6b1c0336e9cadbe0792a5d3b14b5643a
author iuc
date Wed, 22 Aug 2018 11:06:02 -0400
parents b98f3fa516a3
children 61b4cedc8934
comparison
equal deleted inserted replaced
4:b98f3fa516a3 5:547e8d00f11c
8 @CATS@ fastx_trimmer -v 8 @CATS@ fastx_trimmer -v
9 -f $first 9 -f $first
10 -l $last 10 -l $last
11 -o '$output' 11 -o '$output'
12 @FQQUAL@ 12 @FQQUAL@
13 13 @GZIP@
14 #if $input.is_of_type('fasta.gz', 'fastqsanger.gz', 'fastqsolexa.gz', 'fastqillumina.gz'):
15 -z
16 #end if
17
18 ]]></command> 14 ]]></command>
19 <inputs> 15 <inputs>
20 <expand macro="fastx_input" /> 16 <expand macro="fastx_input" />
21 <param name="first" type="integer" value="1" label="First base to keep" /> 17 <param name="first" type="integer" value="1" label="First base to keep" />
22 <param name="last" type="integer" value="21" label="Last base to keep" /> 18 <param name="last" type="integer" value="21" label="Last base to keep" />