Skip to content

Commit

Permalink
update phytools2 script
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed Oct 11, 2023
1 parent 62f3d81 commit 48e8990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/scripts/phytools2.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ for (i in seq_along(phys_data_ready)) {

dat_n_tax <- length(unique(dat$NCBI_ID))
msg <- paste0(
current_phys, ' has ', dat_n_tax, ' taxa.'
current_phys, ' has ', format(dat_n_tax, big.mark = ','), ' taxa.'
)
log_print(msg, blank_after = TRUE)

Expand Down Expand Up @@ -402,7 +402,7 @@ for (i in seq_along(phys_data_ready)) {
tim <- system.time({
ncbi_tree$Do(cleanNode)
})
log_print(tim)
log_print(tim, blank_after = TRUE)

time2 <- Sys.time()
time3 <- round(difftime(time2, time1, units = 'min'))
Expand Down

0 comments on commit 48e8990

Please sign in to comment.