We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9cfd1b commit c2d1fd4Copy full SHA for c2d1fd4
subworkflows/local/bam_variant_calling_tumor_only_mutect2/main.nf
@@ -29,7 +29,7 @@ workflow BAM_VARIANT_CALLING_TUMOR_ONLY_MUTECT2 {
29
main:
30
versions = Channel.empty()
31
32
- //If no germline resource is provided, then create an empty channel to avoid GetPileupsummaries from being run
+ // If no germline resource is provided, then create an empty channel to avoid GetPileupsummaries from being run
33
germline_resource_pileup = germline_resource_tbi ? germline_resource : Channel.empty()
34
germline_resource_pileup_tbi = germline_resource_tbi ?: Channel.empty()
35
0 commit comments