sirius-ms / sirius

SIRIUS is a software for discovering a landscape of de-novo identification of metabolites using tandem mass spectrometry. This repository contains the code of the SIRIUS Software (GUI and CLI)
GNU Affero General Public License v3.0
84 stars 20 forks source link

Error when loading confidence SVMs #22

Closed nirshahaf closed 3 years ago

nirshahaf commented 3 years ago

Hello and happy new year,

When running from command line with the following settings:

"sirius -i [input] -o [output] --recompute --ignore-formula formula --ppm-max-ms2=15 -e='CHNOPSCl[3]Br[2]Na' --candidates=10 --ilp-solver='GUROBI' structure --database pubchem canopus"

I keep getting these warnings - do they relate to an upcoming feature that needs some specific setup?

"Error when loading confidence SVMs or the bayesian network. Confidence SCore will not be available!"

mfleisch commented 3 years ago

Hey, thanks and a happy new year for you too.

The confidence score models for the bayes net scoring we recently integrated are not ready yet and are therefore missing on the server side. SIRIUS is already prepared for the confidence score and will be able to compute confidence scores as soon as the new models are are available.

nirshahaf commented 3 years ago

Thanks, I guess I'll have to keep updating versions :-!