Skip to content

Commit

Permalink
Update ascat.R to fix #52
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang authored Jan 6, 2025
1 parent 895bfd6 commit ceea97f
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}")

if (is.na(normalseqfile) || is.na(normalname)) {
iif (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 ceea97f

Please sign in to comment.