Mercurial > repos > iuc > multiqc
view readme.rst @ 8:e0f4a651c6b9 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 13875b17a3a5259b9705529a3597bea12828cb20
author | iuc |
---|---|
date | Fri, 20 Apr 2018 01:06:25 -0400 |
parents | 3bad335ccea9 |
children | b2f1f75d49c4 |
line wrap: on
line source
Galaxy MultiQC wrapper ======================== Aggregate results from bioinformatics analyses across many samples into a single report 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. Prevent displaying MultiQC webpage as gibberish ----------------------------------------------- For Galaxy to display MultiQC's HTML output properly, you need to either: 1. Deactivate the sanitize_all_html option in galaxy.ini (sanitize_all_html = False), or 2. Whitelist the tool in "Manage Display Whitelist" after installing Support new modules ------------------- Currently, the wrapper supports the modules for tools found on the MTS. To add new ones, you can look at the patterns at https://github.com/ewels/MultiQC/blob/master/multiqc/utils/search_patterns.yaml