Skip to content

Commit

Permalink
Update workflows/sarek/main.nf
Browse files Browse the repository at this point in the history
resolve issue with spacing

Co-authored-by: Maxime U Garcia <maxime.garcia@seqera.io>
  • Loading branch information
JC-Delmas and maxulysse committed Apr 25, 2024
1 parent 8469832 commit 34bf47b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflows/sarek/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,8 @@ workflow SAREK {

// POST VARIANTCALLING
POST_VARIANTCALLING(BAM_VARIANT_CALLING_GERMLINE_ALL.out.vcf_all,
fasta, params.concatenate_vcfs)
fasta,
params.concatenate_vcfs)

// Gather vcf files for annotation and QC
vcf_to_annotate = Channel.empty()
Expand Down

0 comments on commit 34bf47b

Please sign in to comment.