You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
Cell In[20], line 2
1 with open("chebi_core.owl", "wb") as f:
----> 2 ont.dump(f, format="owl")
File [~/miniforge3/envs/ds/lib/python3.11/site-packages/pronto/ontology.py:408](http://localhost:8888/lab/tree/~/miniforge3/envs/ds/lib/python3.11/site-packages/pronto/ontology.py#line=407), in Ontology.dump(self, file, format)
406 break
407 else:
--> 408 raise ValueError(f"could not find a serializer to handle {format!r}")
ValueError: could not find a serializer to handle 'owl'
The text was updated successfully, but these errors were encountered:
At the moment it is not possible. Ultimately I want to export the whole Ontology to an OBO document with fastobo, and then use the mapping to OWL in there to generate the OWL file, but I didn't get around to write it.
The text was updated successfully, but these errors were encountered: