Merge branch 'pangolin-module' of https://github.com/KevinMenden/modules into pangolin-module

This commit is contained in:
kevinmenden 2021-01-29 12:54:38 +01:00
commit d30994c6ef

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)