Mercurial > repos > mingchen0919 > rmarkdown_fastqc_report
comparison fastqc_report.xml @ 4:3073b7bd0807 draft
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
author | mingchen0919 |
---|---|
date | Tue, 08 Aug 2017 09:36:33 -0400 |
parents | 1ed094d8871c |
children | 3b275377dd27 |
comparison
equal
deleted
inserted
replaced
3:1ed094d8871c | 4:3073b7bd0807 |
---|---|
1 <tool id="fastqc_report" name="Fastqc report" version="1.0.0"> | 1 <tool id="fastqc_report" name="Fastqc report" version="1.0.0"> |
2 <description> | |
3 Implements FastQC analysis and display results in R Markdown html. | |
4 </description> | |
2 <requirements> | 5 <requirements> |
3 <requirement type="package" version="1.14.1">bioconductor-deseq2</requirement> | 6 <requirement type="package" version="1.14.1">bioconductor-deseq2</requirement> |
4 <requirement type="package" version="1.20.0">r-getopt</requirement> | 7 <requirement type="package" version="1.20.0">r-getopt</requirement> |
5 <requirement type="package" version="1.2">r-rmarkdown</requirement> | 8 <requirement type="package" version="1.2">r-rmarkdown</requirement> |
6 <requirement type="package" version="1.8.4">r-plyr</requirement> | 9 <requirement type="package" version="1.8.4">r-plyr</requirement> |
11 <requirement type="package" version="4.5.6">r-plotly</requirement> | 14 <requirement type="package" version="4.5.6">r-plotly</requirement> |
12 <requirement type="package" version="0.2.0.1">r-formattable</requirement> | 15 <requirement type="package" version="0.2.0.1">r-formattable</requirement> |
13 <requirement type="package" version="0.3.5">r-htmltools</requirement> | 16 <requirement type="package" version="0.3.5">r-htmltools</requirement> |
14 <requirement type="package" version="0.11.5">fastqc</requirement> | 17 <requirement type="package" version="0.11.5">fastqc</requirement> |
15 </requirements> | 18 </requirements> |
16 <description> | |
17 Implements FastQC analysis and display results in R Markdown html. | |
18 </description> | |
19 <stdio> | 19 <stdio> |
20 <regex match="Execution halted" | 20 <regex match="Execution halted" |
21 source="both" | 21 source="both" |
22 level="fatal" | 22 level="fatal" |
23 description="Execution halted." /> | 23 description="Execution halted." /> |
48 <param type="boolean" name="echo" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Display analysis code in report?" /> | 48 <param type="boolean" name="echo" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Display analysis code in report?" /> |
49 </inputs> | 49 </inputs> |
50 <outputs> | 50 <outputs> |
51 <data format="html" name="report" label="fastqc report" /> | 51 <data format="html" name="report" label="fastqc report" /> |
52 </outputs> | 52 </outputs> |
53 <citations> | |
54 <citation type="bibtex"> | |
55 @unpublished{andrews_s, | |
56 author = {Andrews, S.}, | |
57 keywords = {bioinformatics, ngs, qc}, | |
58 priority = {2}, | |
59 title = {{FastQC A Quality Control tool for High Throughput Sequence Data}}, | |
60 url = {http://www.bioinformatics.babraham.ac.uk/projects/fastqc/} | |
61 } | |
62 </citation> | |
63 <citation type="bibtex"> | |
64 @article{allaire2016rmarkdown, | |
65 title={rmarkdown: Dynamic Documents for R, 2016}, | |
66 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}, | |
67 journal={R package version 0.9}, | |
68 volume={6}, | |
69 year={2016} | |
70 } | |
71 </citation> | |
72 </citations> | |
53 </tool> | 73 </tool> |
74 | |
75 |