mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 13:02:09 -05: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)
|
def software = getSoftwareName(task.process)
|
||||||
prefix = options.suffix ? "${meta.id}${options.suffix}" : "${meta.id}"
|
prefix = options.suffix ? "${meta.id}${options.suffix}" : "${meta.id}"
|
||||||
"""
|
"""
|
||||||
bcftools merge -Oz\\
|
bcftools merge -Oz \\
|
||||||
--output ${prefix}.vcf.gz \\
|
--output ${prefix}.vcf.gz \\
|
||||||
$options.args \\
|
$options.args \\
|
||||||
*.vcf.gz
|
*.vcf.gz
|
||||||
|
|
Loading…
Reference in a new issue