Skip to content

Commit

Permalink
release 6.0.6, backport typo fixes from stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleisch committed Sep 28, 2024
1 parent 9fe46f1 commit b25c251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sirius_cli/src/main/resources/cite.bibtex
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ SIRIUS 3 can be a part of an untargeted metabolomics workflow, allowing research
}

@Article{kim21npclassifier,
author = {Kim, Hyun Woo and Wang, Mingxun and Leber, Christopher A. and Nothias, Louis-Félix and Reher, Raphael and Kang, Kyo Bin and van der Hooft, Justin J. J. and Dorrestein, Pieter C. and Gerwick, William H. and Cottrell, Garrison W.},
author = {Kim, Hyun Woo and Wang, Mingxun and Leber, Christopher A. and Nothias, Louis-F\'elix and Reher, Raphael and Kang, Kyo Bin and van der Hooft, Justin J. J. and Dorrestein, Pieter C. and Gerwick, William H. and Cottrell, Garrison W.},
journal = {Journal of Natural Products},
title = {NPClassifier: A Deep Neural Network-Based Structural Classification Tool for Natural Products},
volume = {84},
Expand Down
2 changes: 1 addition & 1 deletion sirius_dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ It just holds different gradle configurations to build different packages/instal
### Build a Distribution locally
Our build scripts create distributions for the OS they are executed on. So running it on linux will build a Linux version
of SIRIUS. Each sub directory of `sirius_dist` corresponds to a specific SIRIUS type. The most common verisions are
the GUI (`sirius_gui_single_os`) and the CLI (`sirius_cli_single_os`). The following tasks of teh `distribution` group
the GUI (`sirius_gui_single_os`) and the CLI (`sirius_cli_single_os`). The following tasks of the `distribution` group
are available to create an application image. Running `gradle clean` on the specific sub dir might be necessary beforehand.
Results will be available in `build/distributions/`

Expand Down

0 comments on commit b25c251

Please sign in to comment.