Skip to content

Commit ceea97f

Browse files
authored
Update ascat.R to fix #52
#52
1 parent 895bfd6 commit ceea97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/ascat.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ gcap.runASCAT <- function(tumourseqfile,
119119
lg$info(" tumor sample name: {tn}")
120120
lg$info(" normal sample name: {nn}")
121121

122-
if (is.na(normalseqfile) || is.na(normalname)) {
122+
iif (is.na(nfile) || is.na(nn)) {
123123
lg$info("run with tumor only model, this is only supported in specified ASCAT version")
124124
skip_norm <- TRUE
125125
} else {

0 commit comments

Comments
 (0)