Mercurial > repos > mingchen0919 > rmarkdown_fastqc_site
annotate fastqc_site.xml @ 11:507eec497730 draft
update fastqc site
author | mingchen0919 |
---|---|
date | Tue, 07 Nov 2017 16:52:24 -0500 |
parents | 600c39b11913 |
children | 6faa68239cd7 |
rev | line source |
---|---|
11 | 1 <tool id="fastqc_site" name="Fastqc Site" version="2.0.0"> |
7
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
2 <requirements> |
9
848cf699c443
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit a23e23222252167ef7c3338a4872e84706df8f83-dirty
mingchen0919
parents:
8
diff
changeset
|
3 <requirement type="package" version="1.15.0.6-0">pandoc</requirement> |
7
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
4 <requirement type="package" version="1.14.1">bioconductor-deseq2</requirement> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
5 <requirement type="package" version="1.20.0">r-getopt</requirement> |
11 | 6 <requirement type="package" version="1.3">r-rmarkdown</requirement> |
7
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
7 <requirement type="package" version="1.8.4">r-plyr</requirement> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
8 <requirement type="package" version="1.1.0">r-stringr</requirement> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
9 <requirement type="package" version="0.5.0">r-highcharter</requirement> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
10 <requirement type="package" version="0.2">r-dt</requirement> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
11 <requirement type="package" version="1.4.2">r-reshape2</requirement> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
12 <requirement type="package" version="4.5.6">r-plotly</requirement> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
13 <requirement type="package" version="0.2.0.1">r-formattable</requirement> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
14 <requirement type="package" version="0.3.5">r-htmltools</requirement> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
15 <requirement type="package" version="0.11.5">fastqc</requirement> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
16 </requirements> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
17 <stdio> |
11 | 18 <!--redirecting stderr to a file. "XXX" is used to match with nothing so that tool running won't be interrupted during testing--> |
19 <regex match="XXX" | |
20 source="stderr" | |
21 level="warning" | |
22 description="Check the warnings_and_errors.txt file for more details."/> | |
7
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
23 </stdio> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
24 <command> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
25 <![CDATA[ |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
26 |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
27 Rscript '${__tool_directory__}/fastqc_site_render.R' |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
28 |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
29 ## 1. input data |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
30 -e $echo |
11 | 31 -r $reads_1 |
32 -n '$reads_1.name' | |
33 -R $reads_2 | |
34 -N '$reads_2.name' | |
35 -c $contaminants | |
36 -l $limits | |
7
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
37 |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
38 ## 2. output report and report site directory |
11 | 39 -o $report |
40 -d $report.files_path | |
41 -s $sink_message | |
7
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
42 |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
43 ## 3. Rmd templates sitting in the tool directory |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
44 |
11 | 45 ## _site.yml and index.Rmd template files |
46 -S '${__tool_directory__}/_site.yml' | |
47 -I '${__tool_directory__}/index.Rmd' | |
7
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
48 |
11 | 49 ## other Rmd body template files |
50 -A '${__tool_directory__}/01_evaluation_overview.Rmd' | |
51 -B '${__tool_directory__}/02_per_base_sequence_quality.Rmd' | |
52 -C '${__tool_directory__}/03_per_tile_sequence_quality.Rmd' | |
53 -D '${__tool_directory__}/04_per_sequence_quality_score.Rmd' | |
54 -E '${__tool_directory__}/05_per_base_sequence_content.Rmd' | |
55 -F '${__tool_directory__}/06_per_sequence_gc_content.Rmd' | |
56 -G '${__tool_directory__}/07_per_base_n_content.Rmd' | |
57 -H '${__tool_directory__}/08_sequence_length_distribution.Rmd' | |
58 -J '${__tool_directory__}/09_sequence_duplication_levels.Rmd' | |
59 -K '${__tool_directory__}/10_adapter_content.Rmd' | |
60 -L '${__tool_directory__}/11_kmer_content.Rmd' | |
61 | |
7
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
62 |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
63 ]]> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
64 </command> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
65 <inputs> |
11 | 66 <param format="fastq,fastq.gz,fastq.bz2,bam,sam" name="reads_1" type="data" optional="false" |
67 label="Short reads before trimming" | |
68 help="Short reads data from history. This could be reads before trimming."/> | |
69 <param format="fastq,fastq.gz,fastq.bz2,bam,sam" name="reads_2" type="data" | |
70 label="Short reads after trimming" | |
71 help="Short reads data from history. This could be reads after trimming."/> | |
72 <param name="contaminants" type="data" format="tabular" optional="true" label="Contaminant list" | |
73 help="Specifies a non-default file which contains the list of adapter sequences which will be explicitly | |
74 searched against the library. The file must contain sets of named adapters | |
75 in the form name[tab]sequence. Lines prefixed with a hash will be ignored."/> | |
76 <param name="limits" type="data" format="txt" optional="true" label="Submodule and Limit specifing file" | |
77 help="Specifies a non-default file which contains a set of criteria | |
78 which will be used to determine the warn/error limits for the | |
79 various modules. This file can also be used to selectively | |
80 remove some modules from the output all together. The format | |
81 needs to mirror the default limits.txt file found in the | |
82 Configuration folder."/> | |
83 <param type="boolean" name="echo" truevalue="TRUE" falsevalue="FALSE" checked="false" | |
84 label="Display analysis code in report?"/> | |
7
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
85 </inputs> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
86 <outputs> |
11 | 87 <data format="html" name="report" label="fastqc site"/> |
88 <data format="txt" name="sink_message" label="Warnings and Errors" from_work_dir="warnings_and_errors.txt"/> | |
7
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
89 </outputs> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
90 <citations> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
91 <citation type="bibtex"> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
92 @misc{bioinformatics2014fastqc, |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
93 title={FastQC}, |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
94 author={Bioinformatics, Babraham}, |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
95 year={2014} |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
96 } |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
97 </citation> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
98 <citation type="bibtex"> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
99 @article{allaire2016rmarkdown, |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
100 title={rmarkdown: Dynamic Documents for R, 2016}, |
11 | 101 author={Allaire, J and Cheng, Joe and Xie, Yihui and McPherson, Jonathan and Chang, Winston and Allen, Jeff |
102 and Wickham, Hadley and Atkins, Aron and Hyndman, Rob}, | |
7
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
103 journal={R package version 0.9}, |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
104 volume={6}, |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
105 year={2016} |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
106 } |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
107 </citation> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
108 <citation type="bibtex"> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
109 @book{xie2015dynamic, |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
110 title={Dynamic Documents with R and knitr}, |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
111 author={Xie, Yihui}, |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
112 volume={29}, |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
113 year={2015}, |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
114 publisher={CRC Press} |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
115 } |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
116 </citation> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
117 <citation type="bibtex"> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
118 @misc{plotly2017, |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
119 title = {plotly: Create Interactive Web Graphics via 'plotly.js'}, |
11 | 120 author = {Carson Sievert and Chris Parmer and Toby Hocking and Scott Chamberlain and Karthik Ram and |
121 Marianne Corvellec and Pedro Despouy}, | |
7
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
122 year = {2017}, |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
123 note = {R package version 4.6.0}, |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
124 url = {https://CRAN.R-project.org/package=plotly}, |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
125 } |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
126 </citation> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
127 <citation type="bibtex"> |
10
600c39b11913
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
9
diff
changeset
|
128 @article{ewels2016multiqc, |
600c39b11913
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
9
diff
changeset
|
129 title={MultiQC: summarize analysis results for multiple tools and samples in a single report}, |
600c39b11913
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
9
diff
changeset
|
130 author={Ewels, Philip and Magnusson, M{\aa}ns and Lundin, Sverker and K{\"a}ller, Max}, |
600c39b11913
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
9
diff
changeset
|
131 journal={Bioinformatics}, |
600c39b11913
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
9
diff
changeset
|
132 volume={32}, |
600c39b11913
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
9
diff
changeset
|
133 number={19}, |
600c39b11913
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
9
diff
changeset
|
134 pages={3047--3048}, |
600c39b11913
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
9
diff
changeset
|
135 year={2016}, |
600c39b11913
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
9
diff
changeset
|
136 publisher={Oxford University Press} |
600c39b11913
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
9
diff
changeset
|
137 } |
600c39b11913
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit 60ea96204588be4348bd5d7879d1eb0d73f487c7-dirty
mingchen0919
parents:
9
diff
changeset
|
138 </citation> |
7
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
139 </citations> |
d820be692d74
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit d91f269e8bc09a488ed2e005122bbb4a521f44a0-dirty
mingchen0919
parents:
diff
changeset
|
140 </tool> |