mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Update software/bcftools/merge/main.nf
This commit is contained in:
parent
5313698705
commit
c0d128fd39
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ process BCFTOOLS_MERGE {
|
|||
def software = getSoftwareName(task.process)
|
||||
prefix = options.suffix ? "${meta.id}${options.suffix}" : "${meta.id}"
|
||||
"""
|
||||
bcftools merge -Oz\\
|
||||
bcftools merge -Oz \\
|
||||
--output ${prefix}.vcf.gz \\
|
||||
$options.args \\
|
||||
*.vcf.gz
|
||||
|
|
Loading…
Reference in a new issue