mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Fix tyop in custom/dumpsoftwareversions (#762)
* Add custom/dumpsoftwareversions modules for nf-core pipeline template * Remove md5sums due to differing NF versions * Fix tyop in custom/dumpsoftwareversions
This commit is contained in:
parent
b2c2d4deb4
commit
5a757b2981
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ process CUSTOM_DUMPSOFTWAREVERSIONS {
|
|||
|
||||
output:
|
||||
path 'software_versions.yml' , emit: yml
|
||||
path 'software_versions_mqc.yml', emit: mqc_yaml
|
||||
path 'software_versions_mqc.yml', emit: mqc_yml
|
||||
path 'versions.yml' , emit: versions
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue