Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Nov 3, 2023
1 parent 7d718c1 commit c9d4429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ workflow BAM_VARIANT_CALLING_SOMATIC_MUTECT2 {
versions = Channel.empty()

//If no germline resource is provided, then create an empty channel to avoid GetPileupsummaries from being run
germline_resource_pileup = germline_resource_tbi ? germline_resource ?: Channel.empty()
germline_resource_pileup = germline_resource_tbi ? germline_resource ?: Channel.empty() : Channel.empty()
germline_resource_pileup_tbi = germline_resource_tbi ?: Channel.empty()

// Combine input and intervals for spread and gather strategy
Expand Down

0 comments on commit c9d4429

Please sign in to comment.