Skip to content

Commit 16055ad

Browse files
authored
Removed extra space
1 parent 4e66d7d commit 16055ad

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

subworkflows/local/bam_variant_calling_somatic_controlfreec/main.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ workflow BAM_VARIANT_CALLING_SOMATIC_CONTROLFREEC {
4242
.map{ meta, ratio ->
4343
def tumor_file = ratio instanceof List ? ratio.find { it.toString().endsWith("gz_ratio.txt") } : ratio //same here as cnv
4444
if (!tumor_file){
45-
error ("Ratio tumor file not found for sample $meta.id")
45+
error("Ratio tumor file not found for sample $meta.id")
4646
}
4747
[meta,tumor_file]
4848
}

0 commit comments

Comments
 (0)