Skip to content

Commit c2d1fd4

Browse files
committedApr 9, 2024
code polish
1 parent b9cfd1b commit c2d1fd4

File tree

1 file changed

+1
-1
lines changed
  • subworkflows/local/bam_variant_calling_tumor_only_mutect2

1 file changed

+1
-1
lines changed
 

‎subworkflows/local/bam_variant_calling_tumor_only_mutect2/main.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ workflow BAM_VARIANT_CALLING_TUMOR_ONLY_MUTECT2 {
2929
main:
3030
versions = Channel.empty()
3131

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

0 commit comments

Comments
 (0)
Please sign in to comment.