We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c453bf commit 18c86cbCopy full SHA for 18c86cb
1 file changed
tests/test_wf_lipidomics.py
@@ -82,7 +82,7 @@ def test_lipidomics_workflow():
82
ms1_params.mass_spectrum.noise_min_mz, ms1_params.mass_spectrum.min_picking_mz = 0, 0
83
ms1_params.mass_spectrum.noise_max_mz, ms1_params.mass_spectrum.max_picking_mz = np.inf, np.inf
84
ms1_params.ms_peak.legacy_resolving_power = False
85
- ms1_params.molecular_search.url_database = ""
+ ms1_params.molecular_search.url_database = "postgresql://coremsdb:coremsmolform@postgres:5432/molformula"
86
ms1_params.molecular_search.usedAtoms = {
87
'C': (10, 30),
88
'H': (18, 200),
0 commit comments