annotate 0.3.0/modules/custom/dump_software_versions/README.md @ 92:295c2597a475

"planemo upload"
author kkonganti
date Tue, 19 Jul 2022 10:07:24 -0400
parents
children
rev   line source
kkonganti@92 1 # NextFlow DSL2 Module
kkonganti@92 2
kkonganti@92 3 ```bash
kkonganti@92 4 DUMP_SOFTWARE_VERSIONS
kkonganti@92 5 ```
kkonganti@92 6
kkonganti@92 7 ## Description
kkonganti@92 8
kkonganti@92 9 Given an `YAML` format file, produce a final `.yml` file which has unique entries and a corresponding `.mqc.yml` file for use with `multiqc`.
kkonganti@92 10
kkonganti@92 11 \
kkonganti@92 12  
kkonganti@92 13
kkonganti@92 14 ### `input:`
kkonganti@92 15
kkonganti@92 16 ___
kkonganti@92 17
kkonganti@92 18 Type: `path`
kkonganti@92 19
kkonganti@92 20 Takes in a `path` (`versions`) type pointing to the file to be used to produce a final `.yml` file without any duplicate entries and a `.mqc.yml` file. Generally, this is passed by mixing `versions` from various run time channels and finally passed to this module to produce a final software versions list.
kkonganti@92 21
kkonganti@92 22 Ex:
kkonganti@92 23
kkonganti@92 24 ```groovy
kkonganti@92 25 [ '/hpc/scratch/test/work/9b/e7bf7e28806419c1c9a571dacd1f67/versions.yml' ]
kkonganti@92 26 ```
kkonganti@92 27
kkonganti@92 28 \
kkonganti@92 29  
kkonganti@92 30
kkonganti@92 31 ### `output:`
kkonganti@92 32
kkonganti@92 33 ___
kkonganti@92 34
kkonganti@92 35 #### `yml`
kkonganti@92 36
kkonganti@92 37 Type: `path`
kkonganti@92 38
kkonganti@92 39 NextFlow output type of `path` type pointing to an `YAML` file with software versions.
kkonganti@92 40
kkonganti@92 41 \
kkonganti@92 42  
kkonganti@92 43
kkonganti@92 44 #### `mqc_yml`
kkonganti@92 45
kkonganti@92 46 Type: `path`
kkonganti@92 47
kkonganti@92 48 NextFlow output type of `path` pointing to `.mqc.yml` file which can be used to produce a software versions' table with `multiqc`.
kkonganti@92 49
kkonganti@92 50 \
kkonganti@92 51  
kkonganti@92 52
kkonganti@92 53 #### `versions`
kkonganti@92 54
kkonganti@92 55 Type: `path`
kkonganti@92 56
kkonganti@92 57 NextFlow output type of `path` pointing to the `.yml` file storing software versions for this process.