Skip to content

Latest commit

 

History

History
executable file
·
28 lines (21 loc) · 695 Bytes

mqc_README.md

File metadata and controls

executable file
·
28 lines (21 loc) · 695 Bytes

mqc(MultiQC) README

TOC

Inputs

fastqc_results channel, which holds all files (html, zip) that reside in fastqc folder

Function

This process calls on multiqc to compile a html report

Outputs

  1. a data channel which holds a multiqc_report.html file
  2. a multiqc_data folder which holds all other files generated from multiqc call

Dependencies

fastqc process

Note

A MultiQC folder will be created, under which there are a multiqc_report.html file and a multiqc_data folder

Contributing

Rong Jin