Update software/pangolin/main.nf

This commit is contained in:
Harshil Patel 2021-01-29 11:43:42 +00:00 committed by GitHub
parent a22f430674
commit 59e3e8202b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)