8
|
1 ========================
|
|
2 Galaxy multiqc wrapper
|
|
3 ========================
|
|
4
|
|
5 Aggregate results from bioinformatics analyses across many samples into a single report
|
|
6
|
|
7 MultiQC searches a given directory for analysis logs and compiles a HTML report. It's a general use tool, perfect for summarising the output from numerous bioinformatics tools.
|
|
8
|
|
9 ============
|
|
10 Installation
|
|
11 ============
|
|
12
|
|
13 Requirements: pkg-config
|
|
14
|
|
15 Conda recipe: A conda recipe exists in bioconda repository. If you have a recent Galaxy release, the packages installation is not mandatory.
|
|
16
|
|
17 ================
|
|
18 MultiQC webpage
|
|
19 ================
|
|
20
|
|
21 Important: For a good view of multiqc webpage, you need to deactivate the sanitize_all_html option in galaxy.ini
|
|
22
|
|
23 sanitize_all_html = False
|
|
24
|
|
25 =======
|
|
26 History
|
|
27 =======
|
|
28
|
|
29 * v1.0.0.0 Update to multiQC 1.0, add additional supported tools
|
|
30 * v0.6: Initial public release
|
|
31
|
|
32 ==========
|
|
33 Citation
|
|
34 ==========
|
|
35
|
|
36 Created by EnginesOn company
|