mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update software/pangolin/main.nf
This commit is contained in:
parent
a22f430674
commit
59e3e8202b
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