Skip to content

Commit

Permalink
Removed extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
nschcolnicov authored Feb 23, 2024
1 parent 4e66d7d commit 16055ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ workflow BAM_VARIANT_CALLING_SOMATIC_CONTROLFREEC {
.map{ meta, ratio ->
def tumor_file = ratio instanceof List ? ratio.find { it.toString().endsWith("gz_ratio.txt") } : ratio //same here as cnv
if (!tumor_file){
error ("Ratio tumor file not found for sample $meta.id")
error("Ratio tumor file not found for sample $meta.id")
}
[meta,tumor_file]
}
Expand Down

0 comments on commit 16055ad

Please sign in to comment.