Skip to content

Commit 570e61f

Browse files
author
Toby J. Mathieson
committed
added obo file and cache command
1 parent 9b0513d commit 570e61f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pymzml/obo/psi-ms-4.1.79.obo.gz

156 KB
Binary file not shown.

pymzml/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def _init_obo_translator(self):
346346
# required) ...
347347
if self.info.get("obo_version", None) is None:
348348
self.info["obo_version"] = "4.1.79"
349-
obo_translator = obo.OboTranslator(version=self.info["obo_version"])
349+
obo_translator = obo.OboTranslator.from_cache(version=self.info["obo_version"])
350350

351351
return obo_translator
352352

0 commit comments

Comments
 (0)