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
The error message states that a term has no ID or name, and that the term will be ignored. However it does this via a $self->throw call which raises an exception and causes the parsing to be unavoidably interrupted. The throw call is followed by a next which would skip the term if it could get there.
Which behaviour is intended? Is the malformed term supposed to be skipped, or is the parser supposed to error out?
The text was updated successfully, but these errors were encountered:
When parsing OBO ontology files the following block is causing issues
bioperl-live/lib/Bio/OntologyIO/obo.pm
Line 248 in 757470f
The error message states that a term has no ID or name, and that the term will be ignored. However it does this via a $self->throw call which raises an exception and causes the parsing to be unavoidably interrupted. The throw call is followed by a next which would skip the term if it could get there.
Which behaviour is intended? Is the malformed term supposed to be skipped, or is the parser supposed to error out?
The text was updated successfully, but these errors were encountered: