annotate 0.7.0/modules/custom/dump_software_versions/README.md @ 20:133571bf891f

planemo upload
author kkonganti
date Mon, 15 Jul 2024 11:42:00 -0400
parents 0e7a0053e4a6
children
rev   line source
kkonganti@17 1 # NextFlow DSL2 Module
kkonganti@17 2
kkonganti@17 3 ```bash
kkonganti@17 4 DUMP_SOFTWARE_VERSIONS
kkonganti@17 5 ```
kkonganti@17 6
kkonganti@17 7 ## Description
kkonganti@17 8
kkonganti@17 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@17 10
kkonganti@17 11 \
kkonganti@17 12  
kkonganti@17 13
kkonganti@17 14 ### `input:`
kkonganti@17 15
kkonganti@17 16 ___
kkonganti@17 17
kkonganti@17 18 Type: `path`
kkonganti@17 19
kkonganti@17 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@17 21
kkonganti@17 22 Ex:
kkonganti@17 23
kkonganti@17 24 ```groovy
kkonganti@17 25 [ '/hpc/scratch/test/work/9b/e7bf7e28806419c1c9a571dacd1f67/versions.yml' ]
kkonganti@17 26 ```
kkonganti@17 27
kkonganti@17 28 \
kkonganti@17 29  
kkonganti@17 30
kkonganti@17 31 ### `output:`
kkonganti@17 32
kkonganti@17 33 ___
kkonganti@17 34
kkonganti@17 35 #### `yml`
kkonganti@17 36
kkonganti@17 37 Type: `path`
kkonganti@17 38
kkonganti@17 39 NextFlow output type of `path` type pointing to an `YAML` file with software versions.
kkonganti@17 40
kkonganti@17 41 \
kkonganti@17 42  
kkonganti@17 43
kkonganti@17 44 #### `mqc_yml`
kkonganti@17 45
kkonganti@17 46 Type: `path`
kkonganti@17 47
kkonganti@17 48 NextFlow output type of `path` pointing to `.mqc.yml` file which can be used to produce a software versions' table with `multiqc`.
kkonganti@17 49
kkonganti@17 50 \
kkonganti@17 51  
kkonganti@17 52
kkonganti@17 53 #### `versions`
kkonganti@17 54
kkonganti@17 55 Type: `path`
kkonganti@17 56
kkonganti@17 57 NextFlow output type of `path` pointing to the `.yml` file storing software versions for this process.