mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
fix gatk4_mutect2 test by changing main.nf
This commit is contained in:
parent
dfabf960dc
commit
62c6123ec4
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ process GATK4_MUTECT2 {
|
|||
def prefix = task.ext.prefix ?: "${meta.id}"
|
||||
"""
|
||||
touch ${prefix}.vcf.gz
|
||||
touch ${prefix}.tbi
|
||||
touch ${prefix}.stats
|
||||
touch ${prefix}.vcf.gz.tbi
|
||||
touch ${prefix}.vcf.gz.stats
|
||||
touch ${prefix}.f1r2.tar.gz
|
||||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
|
|
Loading…
Reference in a new issue