mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
fix gatk4_reversam test
This commit is contained in:
parent
08d5acbeb6
commit
f231291e77
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}.bam
|
||||
touch ${prefix}.reverted.bam
|
||||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
|
|
Loading…
Reference in a new issue