annotate 0.4.0/modules/multiqc/README.md @ 101:ce6d9548fe89

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