Mercurial > repos > greg > ks_distribution
comparison ks_distribution.xml @ 0:5ace8af6edb6 draft
Uploaded
author | greg |
---|---|
date | Mon, 01 May 2017 13:47:20 -0400 |
parents | |
children | 7c0f41432772 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5ace8af6edb6 |
---|---|
1 <tool id="ks_distribution" name="KsDistribution" version="1.0.0"> | |
2 <description>plots the distribution of synonymous substitution (Ks) rates and fits significant componets(s)</description> | |
3 <macros> | |
4 <import>macros.xml</import> | |
5 </macros> | |
6 <expand macro="requirements_ks_distribution" /> | |
7 <expand macro="stdio" /> | |
8 <command> | |
9 <![CDATA[ | |
10 Rscript $__tool_directory__/ks_distribution.R | |
11 -k '${kaks}' | |
12 -c '${components}' | |
13 -o '$output' | |
14 ]]> | |
15 </command> | |
16 <inputs> | |
17 <param name="rates" format="tabular" type="data" label="Synonymous substitution rates" /> | |
18 <param name="components" format="tabular" type="data" label="Significant components" /> | |
19 </inputs> | |
20 <outputs> | |
21 <data name="output" format="pdf"/> | |
22 </outputs> | |
23 <tests> | |
24 <test> | |
25 <param name="rates" value="rates.tabular" ftype="tabular" /> | |
26 <param name="components" value="components.tabular" ftype="tabular" /> | |
27 <output name="output" file="output.pdf" ftype="pdf" compare="contains" /> | |
28 </test> | |
29 </tests> | |
30 <help> | |
31 **What it does** | |
32 | |
33 This tool is one of the PlantTribes collection of automated modular analysis pipelines for comparative and evolutionary analyses of | |
34 genome-scale gene families and transcriptomes. This tool uses the analysis results produced by the KaKsAnalysis tool to plot the | |
35 distribution of synonymous substitution (Ks) rates and fit the estimated significant normal mixtures component(s) onto the distribution. | |
36 | |
37 ----- | |
38 | |
39 **Options** | |
40 | |
41 * **Required** | |
42 | |
43 - **Synonymous substitution rates** - estimated synonymous substitution (Ks) rates output file produced by the KaKsAnalysis tool selected from your history. | |
44 - **Synonymous components** - estimated significant component(s) output file produced by the KaKsAnalysis tool selected from your history. | |
45 </help> | |
46 <citations> | |
47 <expand macro="citation1" /> | |
48 <citation type="bibtex"> | |
49 @article{Wall2008, | |
50 journal = {Nucleic Acids Research}, | |
51 author = {2. Wall PK, Leebens-Mack J, Muller KF, Field D, Altman NS}, | |
52 title = {PlantTribes: a gene and gene family resource for comparative genomics in plants}, | |
53 year = {2008}, | |
54 volume = {36}, | |
55 number = {suppl 1}, | |
56 pages = {D970-D976},} | |
57 </citation> | |
58 <citation type="bibtex"> | |
59 @article{Altschul1990, | |
60 journal = {Journal of molecular biology} | |
61 author = {3. Altschul SF, Gish W, Miller W, Myers EW, Lipman DJ}, | |
62 title = {Basic local alignment search tool}, | |
63 year = {1990}, | |
64 volume = {215}, | |
65 number = {3}, | |
66 pages = {403-410},} | |
67 </citation> | |
68 <citation type="bibtex"> | |
69 @article{Katoh2013, | |
70 journal = {Molecular biology and evolution}, | |
71 author = {4. Katoh K, Standley DM}, | |
72 title = {MAFFT multiple sequence alignment software version 7: improvements in performance and usability}, | |
73 year = {2013}, | |
74 volume = {30}, | |
75 number = {4}, | |
76 pages = {772-780},} | |
77 </citation> | |
78 <citation type="bibtex"> | |
79 @article{Yang2007, | |
80 journal = {Molecular biology and evolution}, | |
81 author = {5. Yang Z}, | |
82 title = {PAML 4: phylogenetic analysis by maximum likelihood}, | |
83 year = {2007}, | |
84 volume = {24}, | |
85 number = {8}, | |
86 pages = {1586-1591},} | |
87 </citation> | |
88 <citation type="bibtex"> | |
89 @article{Cui2006, | |
90 journal = {Genome Research}, | |
91 author = {6. Cui L, Wall PK, Leebens-Mack JH, Lindsay BG, Soltis DE, Doyle JJ, Soltis PS, Carlson JE, Arumuganathan K, Barakat A, Albert VA}, | |
92 title = {Widespread genome duplications throughout the history of flowering plants}, | |
93 year = {2006}, | |
94 volume = {16}, | |
95 number = {6}, | |
96 pages = {738-749},} | |
97 </citation> | |
98 <citation type="bibtex"> | |
99 @article{McLachlan1999, | |
100 journal = {Journal of Statistical Software}, | |
101 author = {7. McLachlan GJ, Peel D, Basford KE, Adams P}, | |
102 title = {The EMMIX software for the fitting of mixtures of normal and t-components}, | |
103 year = {1999}, | |
104 volume = {4}, | |
105 number = {2}, | |
106 pages = {1-14},} | |
107 </citation> | |
108 </citations> | |
109 </tool> | |
110 |