Skip to content

Commit

Permalink
release 5.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleisch committed Jun 3, 2022
1 parent a531cea commit a139d9b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blueviolet.svg)](https://www.gnu.org/licenses/agpl-3.0)
[![Generic badge](https://img.shields.io/badge/Version-5.5.3-informational.svg)](https://shields.io/)
[![Generic badge](https://img.shields.io/badge/Version-5.5.4-informational.svg)](https://shields.io/)
[![Build and Pubish](https://github.com/boecker-lab/sirius/actions/workflows/distribute.yaml/badge.svg?branch=release-4-pre)](https://github.com/boecker-lab/sirius/actions/workflows/distribute.yaml)

*<span style="color: #808080;">Our methods are offered to the scientific community as freely available resources. (Re-)distribution of the
Expand All @@ -25,17 +25,17 @@ graphical user interface and the command line version of SIRIUS seamlessly integ

<!--begin download-->

### SIRIUS+CSI:FingerID GUI and CLI - Version 5.5.3 (2022-05-21)
### SIRIUS+CSI:FingerID GUI and CLI - Version 5.5.4 (2022-06-03)
##### These versions include the Java Runtime Environment, so there is no need to install Java separately! Just download, install/unpack and execute.
- for Windows (64bit): [msi](https://github.com/boecker-lab/sirius/releases/download/v5.5.3/sirius-5.5.3-win64.msi) / [zip](https://github.com/boecker-lab/sirius/releases/download/v5.5.3/sirius-5.5.3-win64.zip)
- for Linux (64bit): [zip](https://github.com/boecker-lab/sirius/releases/download/v5.5.3/sirius-5.5.3-linux64.zip)
- for Mac (64bit): [pkg](https://github.com/boecker-lab/sirius/releases/download/v5.5.3/sirius-5.5.3-osx64.pkg) / [zip](https://github.com/boecker-lab/sirius/releases/download/v5.5.3/sirius-5.5.3-osx64.zip)
- for Windows (64bit): [msi](https://github.com/boecker-lab/sirius/releases/download/v5.5.4/sirius-5.5.4-win64.msi) / [zip](https://github.com/boecker-lab/sirius/releases/download/v5.5.4/sirius-5.5.4-win64.zip)
- for Linux (64bit): [zip](https://github.com/boecker-lab/sirius/releases/download/v5.5.4/sirius-5.5.4-linux64.zip)
- for Mac (64bit): [pkg](https://github.com/boecker-lab/sirius/releases/download/v5.5.4/sirius-5.5.4-osx64.pkg) / [zip](https://github.com/boecker-lab/sirius/releases/download/v5.5.4/sirius-5.5.4-osx64.zip)

### SIRIUS+CSI:FingerID Command-Line Interface only - Version 5.5.3 (2022-05-21)
### SIRIUS+CSI:FingerID Command-Line Interface only - Version 5.5.4 (2022-06-03)
##### These versions include the Java Runtime Environment, so there is no need to install Java separately! Just download, install/unpack and execute.
- for Windows (64bit): [msi](https://github.com/boecker-lab/sirius/releases/download/v5.5.3/sirius-5.5.3-win64-headless.msi) / [zip](https://github.com/boecker-lab/sirius/releases/download/v5.5.3/sirius-5.5.3-win64-headless.zip)
- for Linux (64bit): [zip](https://github.com/boecker-lab/sirius/releases/download/v5.5.3/sirius-5.5.3-linux64-headless.zip)
- for Mac (64bit): [pkg](https://github.com/boecker-lab/sirius/releases/download/v5.5.3/sirius-5.5.3-osx64-headless.pkg) / [zip](https://github.com/boecker-lab/sirius/releases/download/v5.5.3/sirius-5.5.3-osx64-headless.zip)
- for Windows (64bit): [msi](https://github.com/boecker-lab/sirius/releases/download/v5.5.4/sirius-5.5.4-win64-headless.msi) / [zip](https://github.com/boecker-lab/sirius/releases/download/v5.5.4/sirius-5.5.4-win64-headless.zip)
- for Linux (64bit): [zip](https://github.com/boecker-lab/sirius/releases/download/v5.5.4/sirius-5.5.4-linux64-headless.zip)
- for Mac (64bit): [pkg](https://github.com/boecker-lab/sirius/releases/download/v5.5.4/sirius-5.5.4-osx64-headless.pkg) / [zip](https://github.com/boecker-lab/sirius/releases/download/v5.5.4/sirius-5.5.4-osx64-headless.zip)


<!--end download-->
Expand Down Expand Up @@ -68,8 +68,8 @@ website. Results are retrieved from the web service and can be displayed in the
also available for the SIRIUS command-line tool. Training structures for CSI:FingerID's predictors are available through the CSI:FingerID web API:
<!--begin training-->

- https://www.csi-fingerid.uni-jena.de/v2.6.2/api/fingerid/trainingstructures?predictor=1 (training structures for positive ion mode)
- https://www.csi-fingerid.uni-jena.de/v2.6.2/api/fingerid/trainingstructures?predictor=2 (training structures for negative ion mode)
- https://www.csi-fingerid.uni-jena.de/v2.6.3/api/fingerid/trainingstructures?predictor=1 (training structures for positive ion mode)
- https://www.csi-fingerid.uni-jena.de/v2.6.3/api/fingerid/trainingstructures?predictor=2 (training structures for negative ion mode)

<!--end training-->

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#here you can provide properties that may be needed during build- AND during runtime and should not be editable by the user at runtime
de.unijena.bioinf.siriusFrontend.version=5.5.4-SNAPSHOT
de.unijena.bioinf.siriusFrontend.version=5.5.4
de.unijena.bioinf.sirius.version=4.12.3
de.unijena.bioinf.fingerid.version=2.6.3
#
Expand Down

0 comments on commit a139d9b

Please sign in to comment.