Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang authored Jan 6, 2025
1 parent ceea97f commit 8d69fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ascat.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ gcap.runASCAT <- function(tumourseqfile,
lg$info(" tumor sample name: {tn}")
lg$info(" normal sample name: {nn}")

iif (is.na(nfile) || is.na(nn)) {
if (is.na(nfile) || is.na(nn)) {
lg$info("run with tumor only model, this is only supported in specified ASCAT version")
skip_norm <- TRUE
} else {
Expand Down

0 comments on commit 8d69fc8

Please sign in to comment.