Skip to content

Commit

Permalink
benchmark update
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Jul 23, 2023
1 parent 00ad552 commit 292fb3f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion inst/scripts/annotate_spectra.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log_debug(
log_debug("Authors: ", crayon::green("AR"), "\n")
log_debug("Contributors: ...")

targets::tar_make(names = matches("ann_spe_is_l"))
targets::tar_make(names = matches("^ann_spe_is_l"))

end <- Sys.time()

Expand Down
2 changes: 1 addition & 1 deletion inst/scripts/prepare_annotations_gnps.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ log_debug(
log_debug("Authors: ", crayon::green("AR"), "\n")
log_debug("Contributors: ...")

targets::tar_make(names = matches("ann_spe_exp_gnp_pre"))
targets::tar_make(names = matches("^ann_spe_exp_gnp_pre"))

end <- Sys.time()

Expand Down
2 changes: 1 addition & 1 deletion inst/scripts/prepare_annotations_sirius.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ log_debug(
log_debug("Authors: ", crayon::green("AR"), "\n")
log_debug("Contributors: ...")

targets::tar_make(names = matches("ann_sir_pre"))
targets::tar_make(names = matches("^ann_sir_pre"))

end <- Sys.time()

Expand Down
2 changes: 1 addition & 1 deletion inst/scripts/prepare_annotations_spectra.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ log_debug("Authors: ", crayon::green("AR"), "\n")
log_debug("Contributors: ...")

## Not ann_spe because of `ann_spe_int` (see #69)
targets::tar_make(names = c(matches("ann_spe_is")))
targets::tar_make(names = c(matches("^ann_spe_is")))

end <- Sys.time()

Expand Down
2 changes: 1 addition & 1 deletion inst/scripts/tima_full.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ log_debug(
)
log_debug("Authors: ", crayon::green("AR"), "\n")

targets::tar_make(names = matches("ann_pre_crazy"))
targets::tar_make(names = matches("^ann_pre_crazy"))

end <- Sys.time()

Expand Down
2 changes: 1 addition & 1 deletion inst/scripts/tima_mini.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ log_debug(
log_debug("Authors: ", crayon::green("AR"), "\n")
log_debug("Contributors: ", crayon::blue("PMA"), "\n")

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

end <- Sys.time()

Expand Down

0 comments on commit 292fb3f

Please sign in to comment.