-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse OBO file #533
Comments
I can't get the OBO parser from BioJava to work at all. Here's my unit test that passed:
Why is Here's the snippet:
I followed the cookbook exactly, I must be doing something wrong? Because that's not what I would expect at all. I am going to try another library. |
I also tried to use the unit test to help me figure out how to parse: :( |
|
HPO currently contains over 13,000 terms |
BioJava has an OBO parser:
https://github.com/biojava/biojava/blob/biojava-4.1.0/biojava-ontology/src/main/java/org/biojava/nbio/ontology/obo/OboFileParser.java
Is it fit for purpose?
The text was updated successfully, but these errors were encountered: