mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
fix: stub output name
This commit is contained in:
parent
b2afb3b2ee
commit
f5615c3db6
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ process HAPLOCHECK {
|
|||
stub:
|
||||
def prefix = task.ext.prefix ?: "${meta.id}"
|
||||
"""
|
||||
touch ${prefix}.txt
|
||||
touch ${prefix}.raw.txt
|
||||
touch ${prefix}.html
|
||||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
|
|
Loading…
Reference in a new issue