kkonganti@11: # NextFlow DSL2 Module kkonganti@11: kkonganti@11: ```bash kkonganti@11: DUMP_SOFTWARE_VERSIONS kkonganti@11: ``` kkonganti@11: kkonganti@11: ## Description kkonganti@11: kkonganti@11: 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@11: kkonganti@11: \ kkonganti@11:   kkonganti@11: kkonganti@11: ### `input:` kkonganti@11: kkonganti@11: ___ kkonganti@11: kkonganti@11: Type: `path` kkonganti@11: kkonganti@11: 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@11: kkonganti@11: Ex: kkonganti@11: kkonganti@11: ```groovy kkonganti@11: [ '/hpc/scratch/test/work/9b/e7bf7e28806419c1c9a571dacd1f67/versions.yml' ] kkonganti@11: ``` kkonganti@11: kkonganti@11: \ kkonganti@11:   kkonganti@11: kkonganti@11: ### `output:` kkonganti@11: kkonganti@11: ___ kkonganti@11: kkonganti@11: #### `yml` kkonganti@11: kkonganti@11: Type: `path` kkonganti@11: kkonganti@11: NextFlow output type of `path` type pointing to an `YAML` file with software versions. kkonganti@11: kkonganti@11: \ kkonganti@11:   kkonganti@11: kkonganti@11: #### `mqc_yml` kkonganti@11: kkonganti@11: Type: `path` kkonganti@11: kkonganti@11: NextFlow output type of `path` pointing to `.mqc.yml` file which can be used to produce a software versions' table with `multiqc`. kkonganti@11: kkonganti@11: \ kkonganti@11:   kkonganti@11: kkonganti@11: #### `versions` kkonganti@11: kkonganti@11: Type: `path` kkonganti@11: kkonganti@11: NextFlow output type of `path` pointing to the `.yml` file storing software versions for this process.