mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
Merge branch 'pangolin-module' of https://github.com/KevinMenden/modules into pangolin-module
This commit is contained in:
commit
d30994c6ef
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ process PANGOLIN {
|
|||
|
||||
output:
|
||||
tuple val(meta), path('*.lineage_report.csv'), emit: report
|
||||
path '*.version.txt' , emit: version
|
||||
path '*.version.txt' , emit: version
|
||||
|
||||
script:
|
||||
def software = getSoftwareName(task.process)
|
||||
|
|
Loading…
Reference in a new issue