Mercurial > repos > ktnyt > gembassy
comparison glang-galaxy-conf/kbws/kmafft.xml @ 2:8947fca5f715 draft default tip
Uploaded
author | ktnyt |
---|---|
date | Fri, 26 Jun 2015 05:21:44 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:84a17b3fad1f | 2:8947fca5f715 |
---|---|
1 <tool id="EMBOSS: kmafft" name="kmafft" version="1.0.2"> | |
2 <description>Multiple sequence alignment using MAFFT</description> | |
3 <command>kmafft -seqall $input1 -strategy $strategy -outorder $outorder -opengap $opengap -ep $ep -scorematrix $scorematrix -homologs $homologs -showhomologs $showhomologs -numhomologs $numhomologs -threshold $threshold -auto -outfile $out_file1</command> | |
4 <inputs> | |
5 <param format="data" name="input1" type="data"> | |
6 <label>Sequence</label> | |
7 </param> | |
8 <param name="strategy" size="4" type="text" value="auto"> | |
9 <label>Calculation strategy.</label> | |
10 </param> | |
11 <param name="outorder" size="4" type="text" value="aligned"> | |
12 <label>Output order. 'input': same as input, 'aligned': aligned</label> | |
13 </param> | |
14 <param name="opengap" size="4" type="float" value="1.53"> | |
15 <label>Gap opening penalty (1.0 - 3.0)</label> | |
16 </param> | |
17 <param name="ep" size="4" type="float" value="0.0"> | |
18 <label>Offset value (0.0 - 1.0)</label> | |
19 </param> | |
20 <param name="scorematrix" size="4" type="text" value=""> | |
21 <label>Scoring matrix. Protein seq: 'BLOSUM30', 'BLOSUM45', 'BLOSUM62'(default), 'BLOSUM80', 'JTT100' or 'JTT200' Nucleotide seq: '1PAM', '20PAM' or '200PAM'(default)</label> | |
22 </param> | |
23 <param name="homologs" type="select" value="no"> | |
24 <label>Collects homologs from SwissProt by BLAST and performs profile-based alignments.</label> | |
25 <option value="no">No</option> | |
26 <option value="yes">Yes</option> | |
27 </param> | |
28 <param name="showhomologs" type="select" value="no"> | |
29 <label>Show homologs sequence</label> | |
30 <option value="no">No</option> | |
31 <option value="yes">Yes</option> | |
32 </param> | |
33 <param name="numhomologs" size="4" type="integer" value="50"> | |
34 <label>Number of homologs sequences</label> | |
35 </param> | |
36 <param name="threshold" size="4" type="float" value="1e-10"> | |
37 <label>Threshold of homologs sequences</label> | |
38 </param> | |
39 | |
40 </inputs> | |
41 <outputs> | |
42 <data format="txt" name="out_file1" label="${tool.name} for ${input1.name}" /> | |
43 </outputs> | |
44 </tool> |