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

gatk4: fix gvcf_genotyping variable :199

parent e0b5c50b
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ process gvcf_genotyping {
gatk --java-options "-Xmx${xmx_memory}G" GenotypeGVCFs \
-R ${fasta} \
-V ${gvcf} \
-O ${bam.simpleName}_joint.vcf.gz
-O ${gvcf.simpleName}_joint.vcf.gz
"""
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment