Skip to content

Commit

Permalink
fixed error. We used to allow to search the formula and the strucutre…
Browse files Browse the repository at this point in the history
… of the compound on only one database. Now we can add multiple. I've implemented a DBVector that takes different databases as input. The default remains the same
  • Loading branch information
mvisani committed Feb 9, 2024
1 parent 7067718 commit 770daf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/sirius/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Error: "The core parameter MaximalMz(70.6) cannot be added to the configuration.
## Limitations
For now some *config* parameters are not fully implemented and only the default values are used.

If you are interested in looking at the default values you can either run `sirius config --help`. Here we prensent is a non-exhaustive list of the parameters where only the default values are used:
If you are interested in looking at the default values you can either run `sirius config --help`. Here we present is a non-exhaustive list of the parameters where only the default values are used:
* **PossibleAdductsSwitches** default is `[M+Na]+:[M+H]+,[M+K]+:[M+H]+,[M+Cl]-:[M-H]-`
* **AdductSettingsEnforced** default is `,`
* **FormulaResultRankingScore** default is `AUTO`
Expand Down

0 comments on commit 770daf6

Please sign in to comment.