annotate 0.4.2/modules/custom/dump_software_versions/README.md @ 105:52045ea4679d

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