Update software/bcftools/merge/main.nf

This commit is contained in:
Harshil Patel 2021-02-12 23:16:52 +00:00 committed by GitHub
parent 5313698705
commit c0d128fd39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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