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
When parsing OBO files we are facing error when the "created_by: " of [Termdef] contains a space
For example "created_by: John Doe" is ok to describe a [Term] but not to describe a [Typedef].
But "created_by: John_Doe" works
The error raised is the following:
Parser: org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParser@####
LINENO: ### - expected newline or end of line but found: Doe
LINE: created_by: John Doe
Is it a normal behavior or should it take spaces?
The text was updated successfully, but these errors were encountered:
When parsing OBO files we are facing error when the "created_by: " of [Termdef] contains a space
For example "created_by: John Doe" is ok to describe a [Term] but not to describe a [Typedef].
But "created_by: John_Doe" works
The error raised is the following:
Parser: org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParser@####
LINENO: ### - expected newline or end of line but found: Doe
LINE: created_by: John Doe
Is it a normal behavior or should it take spaces?
The text was updated successfully, but these errors were encountered: