inst/scripts/weight_annotations.R

start <- Sys.time()

library(tima)

log_debug(
  "This script performs",
  crayon::green("taxonomically informed scoring"),
  "and followed by",
  crayon::blue("chemical consistency informed scoring")
)
log_debug(
  "Authors: ",
  crayon::green("AR"),
  ",",
  crayon::blue("PMA"),
  "\n"
)
log_debug("Contributors: ...")

targets::tar_make(names = tidyselect::matches("ann_pre$"))

end <- Sys.time()

log_debug("Script finished in", crayon::green(format(end - start)))
taxonomicallyinformedannotation/tima-r documentation built on Jan. 25, 2025, 12:43 p.m.