Mercurial > repos > devteam > short_reads_trim_seq
comparison short_reads_trim_seq.xml @ 1:25e6fe525306 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/short_reads_trim_seq commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author | devteam |
---|---|
date | Wed, 11 Nov 2015 12:27:21 -0500 |
parents | f17a1585733b |
children |
comparison
equal
deleted
inserted
replaced
0:f17a1585733b | 1:25e6fe525306 |
---|---|
6 </command> | 6 </command> |
7 <inputs> | 7 <inputs> |
8 <page> | 8 <page> |
9 <param name="input1" type="data" format="fasta" label="Reads" /> | 9 <param name="input1" type="data" format="fasta" label="Reads" /> |
10 <param name="input2" type="data" format="qualsolexa,qual454" label="Quality scores" /> | 10 <param name="input2" type="data" format="qualsolexa,qual454" label="Quality scores" /> |
11 <param name="trim" type="integer" size="5" value="20" label="Minimal quality score" help="bases scoring below this value will trigger splitting"/> | 11 <param name="trim" type="integer" value="20" label="Minimal quality score" help="bases scoring below this value will trigger splitting"/> |
12 <param name="length" type="integer" size="5" value="100" label="Minimal length of contiguous segment" help="report all high quality segments above this length. Setting this option to '0' will cause the program to return a single longest run of high quality bases per read" /> | 12 <param name="length" type="integer" value="100" label="Minimal length of contiguous segment" help="report all high quality segments above this length. Setting this option to '0' will cause the program to return a single longest run of high quality bases per read" /> |
13 <conditional name="sequencing_method_choice"> | 13 <conditional name="sequencing_method_choice"> |
14 <param name="sequencer" type="select" label="Select technology"> | 14 <param name="sequencer" type="select" label="Select technology"> |
15 <option value="454">Roche (454) or ABI SOLiD</option> | 15 <option value="454">Roche (454) or ABI SOLiD</option> |
16 <option value="Solexa">Illumina (Solexa)</option> | 16 <option value="Solexa">Illumina (Solexa)</option> |
17 </param> | 17 </param> |
20 <option value="yes">DO NOT trigger splitting </option> | 20 <option value="yes">DO NOT trigger splitting </option> |
21 <option value="no">trigger splitting</option> | 21 <option value="no">trigger splitting</option> |
22 </param> | 22 </param> |
23 </when> | 23 </when> |
24 <when value="Solexa"> | 24 <when value="Solexa"> |
25 <param name="input3" type="integer" size="5" value="0" label="Restrict length of each read to" help="('0' = do not trim) The quality of Solexa reads drops towards the end. This option allows selecting the specified number of nucleotides from the beginning and then running the tool." /> | 25 <param name="input3" type="integer" value="0" label="Restrict length of each read to" help="('0' = do not trim) The quality of Solexa reads drops towards the end. This option allows selecting the specified number of nucleotides from the beginning and then running the tool." /> |
26 </when> | 26 </when> |
27 </conditional> | 27 </conditional> |
28 </page> | 28 </page> |
29 </inputs> | 29 </inputs> |
30 | 30 |