Skip to content

Commit

Permalink
release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleisch committed Jan 3, 2025
1 parent 5f3a161 commit 6cae7fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chemistry_base/src/main/resources/sirius.build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ de.unijena.bioinf.sirius.build.cplex_version=12.7.1
de.unijena.bioinf.sirius.build.glpk_version=1.7.0
de.unijena.bioinf.sirius.build.gurobi_version=9.1.1
de.unijena.bioinf.sirius.build.cbc_version=2.10.8.29
de.unijena.bioinf.sirius.version=5.2.0-SNAPSHOT
de.unijena.bioinf.sirius.version=5.2.0
de.unijena.bioinf.sirius.chem.adducts.positive=[M+H]+,[M]+,[M+K]+,[M+Na]+,[M+H-H2O]+,[M+Na2-H]+,[M+2K-H]+,[M+NH4]+,[M+H3O]+,[M+MeOH+H]+,[M+ACN+H]+,[M+2ACN+H]+,[M+IPA+H]+,[M+ACN+Na]+,[M+DMSO+H]+,[M-H4O2+H]+,[2M+H]+,[2M+Na]+,[2M+K]+
de.unijena.bioinf.sirius.chem.adducts.negative=[M-H]-,[M]-,[M+K-2H]-,[M+Cl]-,[M-H2O-H]-,[M+Na-2H]-,[M+FA-H]-,[M+Br]-,[M+Hac-H]-,[M+TFA-H]-,[M+ACN-H]-,[M-ClH-H]-,[M-CH2O3-H]-,[M+H2O-H]-,[M-CH3-H]-,[M-CO2-H]-,[M-H3N-H]-,[2M-H]-,[2M+Cl]-,[2M+Br]-
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
de.unijena.bioinf.fingerid.customdb.version=3
de.unijena.bioinf.fingerid.version=3.0.8-SNAPSHOT
de.unijena.bioinf.fingerid.version=3.0.8
#
### Server props
# REST (DB) settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ IsotopicIntensitySettings.minimalIntensityToConsider = 0.01
IsotopicIntensitySettings.absoluteIntensityError = 0.02
# The average relative deviation between theoretical and measured intensity of isotope peaks.
# Do not change this parameter without a good reason!
IsotopicIntensitySettings.relativeIntensityError = 0.08
IsotopicIntensitySettings.relativeIntensityError = 0.08

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=6.1.0-SNAPSHOT
de.unijena.bioinf.siriusFrontend.version=6.1.0
#
de.unijena.bioinf.sirius.http.job.fingerprint.limit = 5000
de.unijena.bioinf.sirius.http.job.canopus.limit = 5000
Expand Down

0 comments on commit 6cae7fc

Please sign in to comment.