annotate 0.4.0/modules/custom/dump_software_versions/README.md @ 103:96a34c382154

"planemo upload"
author kkonganti
date Thu, 04 Aug 2022 10:58:46 -0400
parents ce6d9548fe89
children
rev   line source
kkonganti@101 1 # NextFlow DSL2 Module
kkonganti@101 2
kkonganti@101 3 ```bash
kkonganti@101 4 DUMP_SOFTWARE_VERSIONS
kkonganti@101 5 ```
kkonganti@101 6
kkonganti@101 7 ## Description
kkonganti@101 8
kkonganti@101 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@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 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@101 21
kkonganti@101 22 Ex:
kkonganti@101 23
kkonganti@101 24 ```groovy
kkonganti@101 25 [ '/hpc/scratch/test/work/9b/e7bf7e28806419c1c9a571dacd1f67/versions.yml' ]
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 #### `yml`
kkonganti@101 36
kkonganti@101 37 Type: `path`
kkonganti@101 38
kkonganti@101 39 NextFlow output type of `path` type pointing to an `YAML` file with software versions.
kkonganti@101 40
kkonganti@101 41 \
kkonganti@101 42  
kkonganti@101 43
kkonganti@101 44 #### `mqc_yml`
kkonganti@101 45
kkonganti@101 46 Type: `path`
kkonganti@101 47
kkonganti@101 48 NextFlow output type of `path` pointing to `.mqc.yml` file which can be used to produce a software versions' table with `multiqc`.
kkonganti@101 49
kkonganti@101 50 \
kkonganti@101 51  
kkonganti@101 52
kkonganti@101 53 #### `versions`
kkonganti@101 54
kkonganti@101 55 Type: `path`
kkonganti@101 56
kkonganti@101 57 NextFlow output type of `path` pointing to the `.yml` file storing software versions for this process.