|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool id="p3_misa_1_parameter" name="Detect SSRs using MISA">
|
|
|
3 <description>Detect simple sequence repeats using MISA</description>
|
|
|
4 <command interpreter="perl">p3_misa_parameter.pl $inputfastaFile $misa_outputfile "1-$definition_1 2-$definition_2 3-$definition_3 4-$definition_4 5-$definition_5 6-$definition_6" "$interruptions" </command>
|
|
|
5 <inputs>
|
|
|
6 <param format="fasta" name="inputfastaFile" type="data" label="fasta Source file"/>
|
|
|
7 <param name="definition_1" size="20" type="text" value="10" label="Min Repeats for Unit Size 1"> </param>
|
|
|
8 <param name="definition_2" size="20" type="text" value="6" label="Min Repeats for Unit Size 2"> </param>
|
|
|
9 <param name="definition_3" size="20" type="text" value="5" label="Min Repeats for Unit Size 3"> </param>
|
|
|
10 <param name="definition_4" size="20" type="text" value="5" label="Min Repeats for Unit Size 4"> </param>
|
|
|
11 <param name="definition_5" size="20" type="text" value="5" label="Min Repeats for Unit Size 5"> </param>
|
|
|
12 <param name="definition_6" size="20" type="text" value="5" label="Min Repeats for Unit Size 6"> </param>
|
|
|
13 <param name="interruptions" type="text" area="false" size="5" label="Interruptions:max_difference_between_2_SSRs" value="100" />
|
|
|
14 </inputs>
|
|
|
15 <outputs>
|
|
|
16 <data format="tabular" name="misa_outputfile" />
|
|
|
17 </outputs>
|
|
|
18 <help>
|
|
|
19
|
|
|
20 .. class:: infomark
|
|
|
21
|
|
|
22 Detect simple sequence repeats using **MISA** - MIcroSAtellite identification tool
|
|
|
23
|
|
|
24 The MISA script was developed at IPK by Thomas Thiel
|
|
|
25
|
|
|
26 http://pgrc.ipk-gatersleben.de/misa/
|
|
|
27
|
|
|
28 CITATION
|
|
|
29 ---------
|
|
|
30
|
|
|
31 Exploiting EST databases for the development and characterization of gene-derived SSR-markers in barley (Hordeum vulgare L.)
|
|
|
32
|
|
|
33 T. Thiel, W. Michalek, R. Varshney and A. Graner
|
|
|
34
|
|
|
35 THEORETICAL AND APPLIED GENETICS Volume 106, Number 3, 411-422
|
|
|
36
|
|
|
37 DOI: 10.1007/s00122-002-1031-0
|
|
|
38
|
|
|
39 **TIP**
|
|
|
40 The primer design tool will work more predictably if fasta header lines are simplied to only include the sequence ID
|
|
|
41
|
|
|
42
|
|
|
43
|
|
|
44 </help>
|
|
|
45
|
|
|
46 </tool>
|