Skip to content

Commit

Permalink
Better document SIRIUS summaries generation (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Jan 16, 2024
1 parent 21ee7e3 commit a45445c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* HMDB structures support
* Optimize grep/gsub by adding `perl=TRUE` or `fixed=TRUE`
* Update to Massbank version `2023.11`
* Update SIRIUS preparation (#74, #115)

# timaR 2.9.0

Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
"SystemRequirements": null
},
"keywords": ["metaboliteannotation", "chemotaxonomy", "scoringsystem", "naturalproducts", "computationalmetabolomics", "taxonomicdistance", "specializedmetabolome"],
"fileSize": "2851.826KB",
"fileSize": "2850.035KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ fbmn
github
gnps
gsub
gui
https
ilico
inbo
Expand Down
3 changes: 2 additions & 1 deletion vignettes/II-preparing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ W
```

These parameters were not optimized and were only used to give an example output.
You can get the example running:
If you are using the cli, do not forget the `W` to generate the summaries, or if you use the gui, generate them by clicking the corresponding icon.
You can get an example running:

```{r get-sirius, results="hide", message=FALSE, warning=FALSE}
source(file = "inst/scripts/get_example_sirius.R")
Expand Down

0 comments on commit a45445c

Please sign in to comment.