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

gatk4: fix typo :264

parent 8818f78d
No related branches found
No related tags found
No related merge requests found
......@@ -261,7 +261,7 @@ process personalized_genome {
gatk --java-options "-Xmx${xmx_memory}" -T FastaAlternateReferenceMaker\
-R ${reference} \
-V ${vcf} \
-o ${file_id.library}_genome.fasta
-o ${file_id[0]}_genome.fasta
"""
}
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