Mercurial > repos > dazeone > kaks_calculator
comparison kaks.xml @ 4:7e5ed927562f draft default tip
Uploaded
author | dazeone |
---|---|
date | Thu, 18 Mar 2021 14:39:18 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:38170fd7e7ea | 4:7e5ed927562f |
---|---|
1 <tool id="kakstool" name="kaks_calculator" version="2.0.1"> | |
2 <description> A toolbox based on integrating gamma methods and sliding window strategy </description> | |
3 | |
4 <requirements> | |
5 <requirement type="package" version="2.0.1">kakscalculator2</requirement> | |
6 </requirements> | |
7 | |
8 <command>KaKs_Calculator '-i' $input '-c' $c '-m' $m '-o' $output </command> | |
9 | |
10 <inputs> | |
11 <param format="axt" name="input" type="data" label="Axt alignment files :" multiple="true" display="checkboxes"/> | |
12 | |
13 <param name="c" type="select" label="Genetic code table (Default = 1-Standard Code):"> | |
14 <option value="1">Standard Code</option> | |
15 <option value="2">Vertebrate Mitochondrial Code</option> | |
16 <option value="3">Yeast Mitochondrial Code</option> | |
17 <option value="4">Mold Mitochondrial Code</option> | |
18 <option value="5">Invertebrate Mitochondrial Code</option> | |
19 <option value="6">Ciliate, Dasycladacean and Hexamita Code</option> | |
20 | |
21 <option value="10">Euplotid Nuclear Code</option> | |
22 <option value="11">Bacterial and Plant Plastid Code</option> | |
23 <option value="12">Alternative Yeast Nuclear Code</option> | |
24 <option value="13">Ascidian Mitochondrial Code</option> | |
25 <option value="14">Alternative Flatworm Mitochondrial Code</option> | |
26 <option value="15">Blepharisma Nuclear Code</option> | |
27 <option value="16">Chlorophycean Mitochondrial Code</option> | |
28 | |
29 <option value="21">Trematode Mitochondrial Code</option> | |
30 <option value="22">Scenedesmus obliquus mitochondrial Code</option> | |
31 <option value="23">Thraustochytrium Mitochondrial Code</option> | |
32 </param> | |
33 | |
34 | |
35 | |
36 <param name="m" type="select" label="Methods for estimating Ka and Ks and theirs references (Default = MA) :"> | |
37 <option value="NG">NG (Nei, M. and Gojobori, T. (1986) Mol. Biol. Evol., 3, 418-426.)</option> | |
38 <option value="LWL">LWL (Li, W.H., Wu, C.I. and Luo, C.C. (1985) Mol. Biol. Evol., 2, 150-174.)</option> | |
39 <option value="LPB">LPB (Li, W.H. (1993) J. Mol. Evol., 36, 96-99. Pamilo, P. and Bianchi, N.O. (1993) Mol. Biol. Evol., 10, 271-281.</option> | |
40 <option value="MLWL">MLWL (Tzeng, Y.H., Pan, R. and Li, W.H. (2004) Mol. Biol. Evol., 21, 2290-2298.)</option> | |
41 <option value="MLPB">MLPB (Tzeng, Y.H., Pan, R. and Li, W.H. (2004) Mol. Biol. Evol., 21, 2290-2298.)</option> | |
42 <option value="GY">GY (Goldman, N. and Yang, Z. (1994) Mol. Biol. Evol., 11, 725-736.)</option> | |
43 <option value="YN">YN (Yang, Z. and Nielsen, R. (2000) Mol. Biol. Evol., 17, 32-43.)</option> | |
44 <option value="MYN">MYN (Zhang, Z., Li, J. and Yu, J. (2006) BMC Evolutionary Biology, 6, 44.)</option> | |
45 <option value="MS">MS (Model Selection according to the AICc)</option> | |
46 <option value="MA">MA ( Model Averaging on a set of candidate models) </option> | |
47 <option value="GNG">GNG (Wang, DP., Zhang, S., He, FH., Zhu, J.,Hu, SN. and Yu, J.(2009) Genomics, Proteomics and Bioinformatics. In press.) </option> | |
48 <option value="GLWL">GLWL (same)</option> | |
49 <option value="GLPB">GLPB (same)</option> | |
50 <option value="GMLWL">GMLWL (same)</option> | |
51 <option value="GYN">GYN (same)</option> | |
52 <option value="GMYN">GMYN (Wang, DP., Wan, HL., Zhang, S. and Yu, J. (2009) Biology Direct, 4:20 (16 June 2009)) </option> | |
53 </param> | |
54 | |
55 </inputs> | |
56 | |
57 <outputs> | |
58 <data format="tabular" name="output"/> | |
59 </outputs> | |
60 | |
61 <tests> | |
62 <test> | |
63 <param name="input" value="example.axt" /> | |
64 <param name="c" value="1"/> | |
65 <param name="m" value="NG"/> | |
66 <output name="output" file="out" /> | |
67 </test> | |
68 </tests> | |
69 | |
70 <help> | |
71 -Please send bugs or advice to Da-Peng Wang at wangdp@big.ac.cn or Yu-Bin Zhang at ybzhang@big.ac.cn. | |
72 | |
73 -More information about the Genetic Codes: http://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi?mode=c | |
74 | |
75 -Git: https://github.com/kullrich/kakscalculator2 | |
76 </help> | |
77 | |
78 <citations> | |
79 <citation type="doi">10.1016/S1672-0229(10)60008-3</citation> | |
80 | |
81 <citation type="doi">10.1186/1745-6150-4-20</citation> | |
82 | |
83 <citation type="doi">S1672-0229(08)60040-6</citation> | |
84 | |
85 </citations> | |
86 </tool> |