Mercurial > repos > mingchen0919 > rmarkdown_fastqc_report
annotate fastqc_report.xml @ 8:06d0fdd05cae draft
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5-dirty
author | mingchen0919 |
---|---|
date | Tue, 08 Aug 2017 11:20:11 -0400 |
parents | 5a0ade3de4d0 |
children | 8772e38fbabb |
rev | line source |
---|---|
0 | 1 <tool id="fastqc_report" name="Fastqc report" version="1.0.0"> |
4
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
2 <description> |
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
3 Implements FastQC analysis and display results in R Markdown html. |
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
4 </description> |
0 | 5 <requirements> |
6 <requirement type="package" version="1.14.1">bioconductor-deseq2</requirement> | |
7 <requirement type="package" version="1.20.0">r-getopt</requirement> | |
8 <requirement type="package" version="1.2">r-rmarkdown</requirement> | |
9 <requirement type="package" version="1.8.4">r-plyr</requirement> | |
10 <requirement type="package" version="1.1.0">r-stringr</requirement> | |
3 | 11 <requirement type="package" version="0.5.0">r-highcharter</requirement> |
0 | 12 <requirement type="package" version="0.2">r-dt</requirement> |
13 <requirement type="package" version="1.4.2">r-reshape2</requirement> | |
14 <requirement type="package" version="4.5.6">r-plotly</requirement> | |
15 <requirement type="package" version="0.2.0.1">r-formattable</requirement> | |
16 <requirement type="package" version="0.3.5">r-htmltools</requirement> | |
17 <requirement type="package" version="0.11.5">fastqc</requirement> | |
18 </requirements> | |
19 <stdio> | |
20 <regex match="Execution halted" | |
21 source="both" | |
22 level="fatal" | |
23 description="Execution halted." /> | |
24 <regex match="Error in" | |
25 source="both" | |
26 level="fatal" | |
27 description="An undefined error occured, please check your intput carefully and contact your administrator." /> | |
28 <regex match="Fatal error" | |
29 source="both" | |
30 level="fatal" | |
31 description="An undefined error occured, please check your intput carefully and contact your administrator." /> | |
32 </stdio> | |
33 <command> | |
34 <![CDATA[ | |
35 | |
36 Rscript '${__tool_directory__}/fastqc_report_render.R' | |
37 -r $reads | |
38 -p '${__tool_directory__}/fastqc_report.Rmd' | |
39 -o $report | |
40 -d $report.files_path | |
41 | |
42 -e $echo | |
43 | |
44 ]]> | |
45 </command> | |
46 <inputs> | |
47 <param format="fastq,fastq.gz,fastq.bz2,bam,sam" multiple="true" name="reads" type="data" label="Short reads data from history" /> | |
48 <param type="boolean" name="echo" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Display analysis code in report?" /> | |
49 </inputs> | |
50 <outputs> | |
51 <data format="html" name="report" label="fastqc report" /> | |
52 </outputs> | |
4
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
53 <citations> |
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
54 <citation type="bibtex"> |
5
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
55 @misc{bioinformatics2014fastqc, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
56 title={FastQC}, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
57 author={Bioinformatics, Babraham}, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
58 year={2014} |
4
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
59 } |
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
60 </citation> |
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
61 <citation type="bibtex"> |
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
62 @article{allaire2016rmarkdown, |
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
63 title={rmarkdown: Dynamic Documents for R, 2016}, |
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
64 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}, |
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
65 journal={R package version 0.9}, |
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
66 volume={6}, |
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
67 year={2016} |
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
68 } |
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
69 </citation> |
8
06d0fdd05cae
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5-dirty
mingchen0919
parents:
7
diff
changeset
|
70 <citation type="bibtex"> |
5
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
71 @book{xie2015dynamic, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
72 title={Dynamic Documents with R and knitr}, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
73 author={Xie, Yihui}, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
74 volume={29}, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
75 year={2015}, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
76 publisher={CRC Press} |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
77 } |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
78 </citation> |
8
06d0fdd05cae
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5-dirty
mingchen0919
parents:
7
diff
changeset
|
79 <citation type="bibtex"> |
5
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
80 @misc{sievertplotly, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
81 title={plotly: Create Interactive Web Graphics via’plotly. js’. 2016. R package version 3.6. 0}, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
82 author={Sievert, C and Parmer, C and Hocking, T and Chamberlain, S and Ram, K and Corvellec, M and Despouy, P} |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
83 } |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
84 </citation> |
8
06d0fdd05cae
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5-dirty
mingchen0919
parents:
7
diff
changeset
|
85 <citation type="bibtex"> |
06d0fdd05cae
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5-dirty
mingchen0919
parents:
7
diff
changeset
|
86 @Manual{, |
5
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
87 title = {highcharter: A Wrapper for the 'Highcharts' Library}, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
88 author = {Joshua Kunst}, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
89 year = {2017}, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
90 note = {R package version 0.5.0}, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
91 url = {https://CRAN.R-project.org/package=highcharter}, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
92 } |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
93 </citation> |
8
06d0fdd05cae
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5-dirty
mingchen0919
parents:
7
diff
changeset
|
94 <citation type="bibtex"> |
06d0fdd05cae
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5-dirty
mingchen0919
parents:
7
diff
changeset
|
95 @Manual{, |
5
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
96 title = {formattable: Create 'Formattable' Data Structures}, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
97 author = {Kun Ren and Kenton Russell}, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
98 year = {2016}, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
99 note = {R package version 0.2.0.1}, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
100 url = {https://CRAN.R-project.org/package=formattable}, |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
101 } |
3b275377dd27
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5
mingchen0919
parents:
4
diff
changeset
|
102 </citation> |
4
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
103 </citations> |
0 | 104 </tool> |
4
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
105 |
3073b7bd0807
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit ddb1f6aca7619aea2e660b1729367841b56ba4c9
mingchen0919
parents:
3
diff
changeset
|
106 |