Skip to content
Snippets Groups Projects
Verified Commit eddc374c authored by Laurent Modolo's avatar Laurent Modolo
Browse files

gatk3: fix variant calling

parent cd23e1e3
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ process variant_calling { ...@@ -10,7 +10,7 @@ process variant_calling {
tuple val(file_id), path(bam), path(bai) tuple val(file_id), path(bam), path(bai)
tuple val(ref_id), path(fasta), path(fai), path(dict) tuple val(ref_id), path(fasta), path(fai), path(dict)
output: output:
tuple val(file_id), "*.vcf", emit: vcf tuple val(file_id), path("*.vcf"), emit: vcf
script: script:
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment