Mercurial > repos > mingchen0919 > aurora_data
comparison aurora_data.xml @ 0:ebb7afcb2b75 draft default tip
planemo upload
| author | mingchen0919 |
|---|---|
| date | Tue, 17 Apr 2018 10:58:55 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:ebb7afcb2b75 |
|---|---|
| 1 <tool id="aurora_data" name="aurora_data" version="1.0.0"> | |
| 2 <description>Collect data for other aurora galaxy tools.</description> | |
| 3 <requirements> | |
| 4 <requirement type="package" version="1.15.0.6-0">pandoc</requirement> | |
| 5 <requirement type="package" version="1.20.0">r-getopt</requirement> | |
| 6 <requirement type="package" version="1.6">r-rmarkdown</requirement> | |
| 7 </requirements> | |
| 8 <stdio> | |
| 9 <regex match="XXX" source="stderr" level="warning" | |
| 10 description="Check the warnings_and_errors.txt file for more details."/> | |
| 11 </stdio> | |
| 12 <command><![CDATA[ | |
| 13 export TOOL_DIR='${__tool_directory__}' && | |
| 14 | |
| 15 Rscript '${__tool_directory__}/rmarkdown_report_render.R' | |
| 16 | |
| 17 -o $report | |
| 18 -d $report.files_path | |
| 19 | |
| 20 ]]></command> | |
| 21 <inputs> | |
| 22 <repeat name="data_repeat" title="data" min="1" default="1"> | |
| 23 <param type="data" name="data" label="Data from history" optional="False"/> | |
| 24 <param type="text" name="data_name" label="data name" optional="False" help="data name has to be unique."/> | |
| 25 </repeat> | |
| 26 </inputs> | |
| 27 <outputs> | |
| 28 <data name="report" format="html" label="${tool.name} on ${on_string}" hidden="false"/> | |
| 29 </outputs> | |
| 30 <citations> | |
| 31 <citation type="bibtex"><![CDATA[ | |
| 32 @article{allaire2016rmarkdown, | |
| 33 title={rmarkdown: Dynamic Documents for R, 2016}, | |
| 34 author={Allaire, J and Cheng, Joe and Xie, Yihui and McPherson, Jonathan and Chang, Winston and Allen, Jeff | |
| 35 and Wickham, Hadley and Atkins, Aron and Hyndman, Rob}, | |
| 36 journal={R package version 0.9}, | |
| 37 volume={6}, | |
| 38 year={2016} | |
| 39 } | |
| 40 ]]></citation> | |
| 41 <citation type="bibtex"><![CDATA[ | |
| 42 @book{xie2015dynamic, | |
| 43 title={Dynamic Documents with R and knitr}, | |
| 44 author={Xie, Yihui}, | |
| 45 volume={29}, | |
| 46 year={2015}, | |
| 47 publisher={CRC Press} | |
| 48 } | |
| 49 ]]></citation> | |
| 50 </citations> | |
| 51 </tool> |
