Skip to content

Commit

Permalink
verbose in hlaPredMerge()
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengxwen committed Mar 13, 2024
1 parent 788bace commit bd0d457
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/HIBAG.R
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,8 @@ hlaPredMerge <- function(..., weight=NULL, equivalence=NULL, use.matching=TRUE,
stopifnot(is.character(max.resolution), length(max.resolution)==1L)
use_resolution <- !identical(max.resolution, "") ||
!identical(rm.suffix, FALSE)
if (verbose && !identical(max.resolution, ""))
cat(" Resolution: ", max.resolution, "\n", sep="")

# check locus and sample.id
samp.id <- pdlist[[1L]]$value$sample.id
Expand Down

0 comments on commit bd0d457

Please sign in to comment.