Skip to content

Commit

Permalink
Update DoAbsolute.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Jun 9, 2020
1 parent 8eb8466 commit daabdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/DoAbsolute.R
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ DoAbsolute <- function(Seg, Maf = NULL,
}

if (length(samples) != 0) {
if (verbose) cat("-> Running RunAbsolute...\n")
if (verbose) cat("-> Running RunAbsolute...(be patient)\n")

if (nThread == 1) {
for (i in seq_along(samples)) {
Expand Down

0 comments on commit daabdaf

Please sign in to comment.