Skip to content

Commit

Permalink
[minor] sirius description
Browse files Browse the repository at this point in the history
  • Loading branch information
oolonek committed Feb 14, 2024
1 parent 4c30367 commit bafb4dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/sirius-bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

SIRIUS is a computational mass spectrometry Java-based software framework for the analysis of LC-MS/MS metabolomics data sets and the annotation of metabolites and other small molecules of biological interest. SIRIUS integrates a collection of tools, including CSI:FingerID (with [COSMIC](https://bio.informatik.uni-jena.de/software/cosmic/), [ZODIAC](https://bio.informatik.uni-jena.de/software/zodiac/) and [CANOPUS](https://bio.informatik.uni-jena.de/software/canopus/).

For further reading we recommend you to refer to the official [Sirius website](https://bio.informatik.uni-jena.de/software/sirius/).
For further reading please refer to the official [Sirius website](https://bio.informatik.uni-jena.de/software/sirius/).

## Installation
Since version 5.7.0 SIRIUS is officially available via conda ([conda-forge](https://conda-forge.org/)) under the package name [sirius-ms](https://anaconda.org/conda-forge/sirius-ms). Native MacOS arm64 (Apple Silicon) builds are solely available via conda.

Additionally, you can install Sirius via their [GitHub repository](https://github.com/boecker-lab/sirius).

# Sirius binding
# Sirius bindings
Here we present a binding for Sirius in [Rust](https://www.rust-lang.org/). This binding is a wrapper around the Sirius command line interface (CLI) and provides a more user-friendly interface for running Sirius. It also provides a safer way to run Sirius by using type safety and error handling before running Sirius executable.

## Usage
Expand Down

0 comments on commit bafb4dc

Please sign in to comment.