Mercurial > repos > mingchen0919 > rmarkdown_fastqc_report
annotate fastqc_report.xml @ 13:9d3586701985 draft
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report
author | mingchen0919 |
---|---|
date | Mon, 16 Oct 2017 21:33:31 -0400 |
parents | 3d317469c69c |
children | 2efa46ce2c4c |
rev | line source |
---|---|
13
9d3586701985
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report
mingchen0919
parents:
12
diff
changeset
|
1 <tool id="fastqc_report" name="Fastqc report" version="1.0.1"> |
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> |
11
ef11537fedb5
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit a23e23222252167ef7c3338a4872e84706df8f83-dirty
mingchen0919
parents:
10
diff
changeset
|
6 <requirement type="package" version="1.15.0.6-0">pandoc</requirement> |
0 | 7 <requirement type="package" version="1.14.1">bioconductor-deseq2</requirement> |
8 <requirement type="package" version="1.20.0">r-getopt</requirement> | |
9 <requirement type="package" version="1.2">r-rmarkdown</requirement> | |
10 <requirement type="package" version="1.8.4">r-plyr</requirement> | |
11 <requirement type="package" version="1.1.0">r-stringr</requirement> | |
3 | 12 <requirement type="package" version="0.5.0">r-highcharter</requirement> |
0 | 13 <requirement type="package" version="0.2">r-dt</requirement> |
14 <requirement type="package" version="1.4.2">r-reshape2</requirement> | |
15 <requirement type="package" version="4.5.6">r-plotly</requirement> | |
16 <requirement type="package" version="0.2.0.1">r-formattable</requirement> | |
17 <requirement type="package" version="0.3.5">r-htmltools</requirement> | |
18 <requirement type="package" version="0.11.5">fastqc</requirement> | |
19 </requirements> | |
20 <stdio> | |
21 <regex match="Execution halted" | |
22 source="both" | |
23 level="fatal" | |
24 description="Execution halted." /> | |
25 <regex match="Error in" | |
26 source="both" | |
27 level="fatal" | |
28 description="An undefined error occured, please check your intput carefully and contact your administrator." /> | |
29 <regex match="Fatal error" | |
30 source="both" | |
31 level="fatal" | |
32 description="An undefined error occured, please check your intput carefully and contact your administrator." /> | |
33 </stdio> | |
34 <command> | |
35 <![CDATA[ | |
36 | |
37 Rscript '${__tool_directory__}/fastqc_report_render.R' | |
38 -r $reads | |
39 -p '${__tool_directory__}/fastqc_report.Rmd' | |
40 -o $report | |
41 -d $report.files_path | |
42 | |
43 -e $echo | |
44 | |
45 ]]> | |
46 </command> | |
47 <inputs> | |
13
9d3586701985
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report
mingchen0919
parents:
12
diff
changeset
|
48 <param format="fastq,fastq.gz,fastq.bz2,bam,sam" name="reads" type="data" label="Short reads data from history" /> |
0 | 49 <param type="boolean" name="echo" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Display analysis code in report?" /> |
50 </inputs> | |
51 <outputs> | |
52 <data format="html" name="report" label="fastqc report" /> | |
53 </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
|
54 <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
|
55 <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
|
56 @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
|
57 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
|
58 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
|
59 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
|
60 } |
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> |
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 <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
|
63 @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
|
64 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
|
65 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
|
66 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
|
67 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
|
68 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
|
69 } |
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
|
70 </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
|
71 <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
|
72 @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
|
73 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
|
74 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
|
75 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
|
76 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
|
77 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
|
78 } |
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
|
79 </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
|
80 <citation type="bibtex"> |
9
8772e38fbabb
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5-dirty
mingchen0919
parents:
8
diff
changeset
|
81 @misc{plotly2017, |
8772e38fbabb
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5-dirty
mingchen0919
parents:
8
diff
changeset
|
82 title = {plotly: Create Interactive Web Graphics via 'plotly.js'}, |
8772e38fbabb
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5-dirty
mingchen0919
parents:
8
diff
changeset
|
83 author = {Carson Sievert and Chris Parmer and Toby Hocking and Scott Chamberlain and Karthik Ram and Marianne Corvellec and Pedro Despouy}, |
8772e38fbabb
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5-dirty
mingchen0919
parents:
8
diff
changeset
|
84 year = {2017}, |
8772e38fbabb
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5-dirty
mingchen0919
parents:
8
diff
changeset
|
85 note = {R package version 4.6.0}, |
8772e38fbabb
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5-dirty
mingchen0919
parents:
8
diff
changeset
|
86 url = {https://CRAN.R-project.org/package=plotly}, |
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 } |
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 </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
|
89 <citation type="bibtex"> |
9
8772e38fbabb
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5-dirty
mingchen0919
parents:
8
diff
changeset
|
90 @misc{highcharter2017, |
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
|
91 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
|
92 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
|
93 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
|
94 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
|
95 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
|
96 } |
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 </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
|
98 <citation type="bibtex"> |
9
8772e38fbabb
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5-dirty
mingchen0919
parents:
8
diff
changeset
|
99 @misc{formattable2016, |
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
|
100 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
|
101 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
|
102 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
|
103 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
|
104 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
|
105 } |
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
|
106 </citation> |
12
3d317469c69c
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
11
diff
changeset
|
107 <citation> |
3d317469c69c
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
11
diff
changeset
|
108 @article{ewels2016multiqc, |
3d317469c69c
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
11
diff
changeset
|
109 title={MultiQC: summarize analysis results for multiple tools and samples in a single report}, |
3d317469c69c
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
11
diff
changeset
|
110 author={Ewels, Philip and Magnusson, M{\aa}ns and Lundin, Sverker and K{\"a}ller, Max}, |
3d317469c69c
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
11
diff
changeset
|
111 journal={Bioinformatics}, |
3d317469c69c
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
11
diff
changeset
|
112 volume={32}, |
3d317469c69c
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
11
diff
changeset
|
113 number={19}, |
3d317469c69c
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
11
diff
changeset
|
114 pages={3047--3048}, |
3d317469c69c
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
11
diff
changeset
|
115 year={2016}, |
3d317469c69c
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
11
diff
changeset
|
116 publisher={Oxford University Press} |
3d317469c69c
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
11
diff
changeset
|
117 } |
3d317469c69c
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
11
diff
changeset
|
118 </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
|
119 </citations> |
0 | 120 </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
|
121 |
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
|
122 |