Skip to content

Commit

Permalink
Improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Jul 3, 2024
1 parent 39ac814 commit 34998ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/get_params.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
get_params <- function(step) {
paths <- parse_yaml_paths()
steps <-
list.files(path = file.path(paths$inst$scripts$docopt)) |>
list.files(path = system.file("scripts/docopt/", package = "timaR")) |>
stringi::stri_replace_all_fixed(pattern = ".txt", replacement = "")

default_path <-
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
"SystemRequirements": null
},
"keywords": ["metaboliteannotation", "chemotaxonomy", "scoringsystem", "naturalproducts", "computationalmetabolomics", "taxonomicdistance", "specializedmetabolome"],
"fileSize": "4379.479KB",
"fileSize": "4379.46KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down

0 comments on commit 34998ac

Please sign in to comment.