annotate 0.1.0/modules/multiqc/README.md @ 0:c8597e9e1a97

"planemo upload"
author kkonganti
date Mon, 27 Nov 2023 12:37:44 -0500
parents
children
rev   line source
kkonganti@0 1 # NextFlow DSL2 Module
kkonganti@0 2
kkonganti@0 3 ```bash
kkonganti@0 4 MULTIQC
kkonganti@0 5 ```
kkonganti@0 6
kkonganti@0 7 ## Description
kkonganti@0 8
kkonganti@0 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@0 10
kkonganti@0 11 \
kkonganti@0 12  
kkonganti@0 13
kkonganti@0 14 ### `input:`
kkonganti@0 15
kkonganti@0 16 ___
kkonganti@0 17
kkonganti@0 18 Type: `path`
kkonganti@0 19
kkonganti@0 20 Takes in NextFlow input type of `path` which points to many log files that **MultiQC** should parse.
kkonganti@0 21
kkonganti@0 22 Ex:
kkonganti@0 23
kkonganti@0 24 ```groovy
kkonganti@0 25 [ '/data/sample1/centrifuge/cent_output.txt', '/data/sample1/kraken/kraken_output.txt'] ]
kkonganti@0 26 ```
kkonganti@0 27
kkonganti@0 28 \
kkonganti@0 29  
kkonganti@0 30
kkonganti@0 31 ### `output:`
kkonganti@0 32
kkonganti@0 33 ___
kkonganti@0 34
kkonganti@0 35 #### `report`
kkonganti@0 36
kkonganti@0 37 Type: `path`
kkonganti@0 38
kkonganti@0 39 Outputs a NextFlow output type of `path` pointing to the location of **MultiQC** final HTML report.
kkonganti@0 40
kkonganti@0 41 \
kkonganti@0 42  
kkonganti@0 43
kkonganti@0 44 #### `data`
kkonganti@0 45
kkonganti@0 46 Type: `path`
kkonganti@0 47
kkonganti@0 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@0 49
kkonganti@0 50 \
kkonganti@0 51  
kkonganti@0 52
kkonganti@0 53 #### `plots`
kkonganti@0 54
kkonganti@0 55 Type: `path`
kkonganti@0 56 Optional: `true`
kkonganti@0 57
kkonganti@0 58 NextFlow output type of `path` pointing to the plots folder generated by **MultiQC**.
kkonganti@0 59
kkonganti@0 60 \
kkonganti@0 61  
kkonganti@0 62
kkonganti@0 63 #### `versions`
kkonganti@0 64
kkonganti@0 65 Type: `path`
kkonganti@0 66
kkonganti@0 67 NextFlow output type of `path` pointing to the `.yml` file storing software versions for this process.