Mercurial > repos > mingchen0919 > elastic_fastq_dump
view elastic_tool_macros.xml @ 5:a2e5852d96ba draft default tip
planemo upload
author | mingchen0919 |
---|---|
date | Sun, 01 Apr 2018 22:24:12 -0400 |
parents | 9f61c75f17b7 |
children |
line wrap: on
line source
<macros> <!--tool requirements--> <xml name="tool_requirements"> <requirement type="package" version="1.15.0.6-0">pandoc</requirement> <requirement type="package" version="1.6">r-rmarkdown</requirement> <requirement type="package" version="0.6.2">parallel-fastq-dump</requirement> </xml> <!--tool description--> <xml name="tool_description"> <description>fastq-dump tool wrapper with elastic user interface.</description> </xml> <!--tool options--> <xml name="tool_options"> <option value="fastq-dump" selected="false">fastq-dump</option> </xml> <!--tool help--> <xml name="tool_help"> <help><![CDATA[ Here is your tool help documentation. ]]></help> </xml> <!--tool citations--> <xml name="tool_citations"> <citation type="bibtex"><![CDATA[ @article{allaire2016rmarkdown, title={rmarkdown: Dynamic Documents for R, 2016}, author={Allaire, J and Cheng, Joe and Xie, Yihui and McPherson, Jonathan and Chang, Winston and Allen, Jeff and Wickham, Hadley and Atkins, Aron and Hyndman, Rob}, journal={R package version 0.9}, volume={6}, year={2016} } ]]></citation> <citation type="bibtex"><![CDATA[ @book{xie2015elastic, title={Dynamic Documents with R and knitr}, author={Xie, Yihui}, volume={29}, year={2015}, publisher={CRC Press} } ]]></citation> </xml> </macros>