Mercurial > repos > greg > kaks_analysis_barplot
comparison kaks_analysis_barplot.xml @ 3:9ec2b94ff094 draft
Uploaded
| author | greg |
|---|---|
| date | Wed, 08 Mar 2017 13:57:03 -0500 |
| parents | 30430f2758fe |
| children | a419970e9c19 |
comparison
equal
deleted
inserted
replaced
| 2:b4f599423810 | 3:9ec2b94ff094 |
|---|---|
| 1 <tool id="kaks_barplot" name="Orthologous or paralogous ks analyses barplot" version="1.0.0"> | 1 <tool id="kaks_barplot" name="Orthologous or paralogous KaKs barplot" version="1.0.0"> |
| 2 <description></description> | 2 <description></description> |
| 3 <requirements> | 3 <requirements> |
| 4 <requirement type="package" version="1.3.0">r-optparse</requirement> | 4 <requirement type="package" version="1.3.0">r-optparse</requirement> |
| 5 </requirements> | 5 </requirements> |
| 6 <command> | 6 <command> |
| 7 <![CDATA[ | 7 <![CDATA[ |
| 8 Rscript $__tool_directory__/kaks_analysis_barplot.R | 8 Rscript $__tool_directory__/kaks_analysis_barplot.R |
| 9 -s '${components}' | 9 -k '${kaks}' |
| 10 -c '${components}' | |
| 10 -o "$output" | 11 -o "$output" |
| 11 ]]> | 12 ]]> |
| 12 </command> | 13 </command> |
| 13 <inputs> | 14 <inputs> |
| 14 <param name="components" format="tabular" type="data" label="Select dataset containing significant components in the ks distribution" /> | 15 <param name="kaks" format="tabular" type="data" label="KaKs analysis file" /> |
| 16 <param name="components" format="tabular" type="data" label="Significant components in the ks distribution" /> | |
| 15 </inputs> | 17 </inputs> |
| 16 <outputs> | 18 <outputs> |
| 17 <data name="output" format="pdf"/> | 19 <data name="output" format="pdf"/> |
| 18 </outputs> | 20 </outputs> |
| 19 <help> | 21 <help> |
