From 8d69fc87fda5c6e4aa48be8401fd5b2e8b3df6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shixiang=20Wang=20=28=E7=8E=8B=E8=AF=97=E7=BF=94=29?= Date: Mon, 6 Jan 2025 17:44:06 +0800 Subject: [PATCH] fix typo --- R/ascat.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/ascat.R b/R/ascat.R index 15f9f01..a730aa1 100644 --- a/R/ascat.R +++ b/R/ascat.R @@ -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 {