mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
fix the stub of gatk4_revertsam
This commit is contained in:
parent
6b64f9cb6c
commit
8a5bcbc325
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ process GATK4_REVERTSAM {
|
|||
stub:
|
||||
def prefix = task.ext.prefix ?: "${meta.id}"
|
||||
"""
|
||||
touch ${prefix}.reverted.bam
|
||||
touch ${prefix}.bam
|
||||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
|
|
Loading…
Reference in a new issue