annotate 0.6.1/modules/multiqc/README.md @ 14:b0a37e88ecb5

"planemo upload"
author kkonganti
date Thu, 07 Sep 2023 10:13:31 -0400
parents 749faef1caa9
children
rev   line source
kkonganti@11 1 # NextFlow DSL2 Module
kkonganti@11 2
kkonganti@11 3 ```bash
kkonganti@11 4 MULTIQC
kkonganti@11 5 ```
kkonganti@11 6
kkonganti@11 7 ## Description
kkonganti@11 8
kkonganti@11 9 Generate an aggregated [**MultiQC**](https://multiqc.info/) report. This particular module **will only work** within the framework of `cpipes` as in, it uses many `cpipes` related UNIX absolute paths to store and retrieve **MultiQC** related configration files and `cpipes` context aware metadata. It also uses a custom logo with filename `FDa-Logo-Blue---medium-01.png` which should be located inside an `assets` folder from where the NextFlow script including this module will be executed.
kkonganti@11 10
kkonganti@11 11 \
kkonganti@11 12  
kkonganti@11 13
kkonganti@11 14 ### `input:`
kkonganti@11 15
kkonganti@11 16 ___
kkonganti@11 17
kkonganti@11 18 Type: `path`
kkonganti@11 19
kkonganti@11 20 Takes in NextFlow input type of `path` which points to many log files that **MultiQC** should parse.
kkonganti@11 21
kkonganti@11 22 Ex:
kkonganti@11 23
kkonganti@11 24 ```groovy
kkonganti@11 25 [ '/data/sample1/centrifuge/cent_output.txt', '/data/sample1/kraken/kraken_output.txt'] ]
kkonganti@11 26 ```
kkonganti@11 27
kkonganti@11 28 \
kkonganti@11 29  
kkonganti@11 30
kkonganti@11 31 ### `output:`
kkonganti@11 32
kkonganti@11 33 ___
kkonganti@11 34
kkonganti@11 35 #### `report`
kkonganti@11 36
kkonganti@11 37 Type: `path`
kkonganti@11 38
kkonganti@11 39 Outputs a NextFlow output type of `path` pointing to the location of **MultiQC** final HTML report.
kkonganti@11 40
kkonganti@11 41 \
kkonganti@11 42  
kkonganti@11 43
kkonganti@11 44 #### `data`
kkonganti@11 45
kkonganti@11 46 Type: `path`
kkonganti@11 47
kkonganti@11 48 NextFlow output type of `path` pointing to the data files folder generated by **MultiQC** which were used to generate plots and HTML report.
kkonganti@11 49
kkonganti@11 50 \
kkonganti@11 51  
kkonganti@11 52
kkonganti@11 53 #### `plots`
kkonganti@11 54
kkonganti@11 55 Type: `path`
kkonganti@11 56 Optional: `true`
kkonganti@11 57
kkonganti@11 58 NextFlow output type of `path` pointing to the plots folder generated by **MultiQC**.
kkonganti@11 59
kkonganti@11 60 \
kkonganti@11 61  
kkonganti@11 62
kkonganti@11 63 #### `versions`
kkonganti@11 64
kkonganti@11 65 Type: `path`
kkonganti@11 66
kkonganti@11 67 NextFlow output type of `path` pointing to the `.yml` file storing software versions for this process.