#file-format #obo #flat-file #syntax #ontology #parser #obofoundry

fastobo-syntax

PEG Syntax and pest parser for the OBO flat file format 1.4

23 releases

0.8.1 Feb 28, 2024
0.7.4 Dec 5, 2022
0.7.3 Mar 4, 2022
0.6.2 Sep 28, 2020
0.1.0 Mar 31, 2019

#1247 in Parser implementations

Download history 316/week @ 2023-12-06 2/week @ 2023-12-13 15/week @ 2023-12-20 28/week @ 2023-12-27 19/week @ 2024-01-03 1/week @ 2024-01-17 3/week @ 2024-01-31 2/week @ 2024-02-07 16/week @ 2024-02-14 137/week @ 2024-02-21 330/week @ 2024-02-28 36/week @ 2024-03-06 15/week @ 2024-03-13 2/week @ 2024-03-20

397 downloads per month
Used in 5 crates (via fastobo)

MIT license

30KB
470 lines

fastobo-syntax Star me

PEG Syntax and pest lexer for the OBO flat file format 1.4.

Actions TravisCI License Source Crate Documentation Changelog GitHub issues DOI

Overview

This library is a strict implementation of the OBO flat file format 1.4 syntax using the pest parser generator. It was outsourced from fastobo to reduce compilation time, since deriving the OboLexer from grammar.pest takes some time.

The lexer itself is reexported in fastobo::parser, so there is probably no need to depend on this crate directly.

Strictness

The syntax is a strict implementation of the 1.4 format, with the following exceptions:

  • property_value clauses can have a value with is not quote-enclosed. This is a workaround to support some ontology files using obo2owl or the owlapi to generate their OBO counterpart, which does not quote-enclose property values (owlcs/owlapi#833).
  • ISO-8601 datetimes can only be parsed from the canonical format (YYYY-MM-DDTHH:MM:SS) with an optional timezone. Week dates and calendar dates are not supported.
  • Dates in creation_date clauses can be either full ISO-8601 datetimes (as recommended by the format 1.4 specifications) or simply ISO-8601 dates, which is suggested by the format 1.4 guide (albeit non-normative).

See also

  • fastobo: Abstract Syntax Tree and data structures for the OBO format version 1.4.
  • fastobo-py: Idiomatic Python bindings to the fastobo crate.

Feedback

Found a bug ? Have an enhancement request ? Head over to the GitHub issue tracker of the project if you need to report or ask something. If you are filling in on a bug, please include as much information as you can about the issue, and try to recreate the same bug in a simple, easily reproducible situation.

About

This project was developed by Martin Larralde as part of a Master's Degree internship in the BBOP team of the Lawrence Berkeley National Laboratory, under the supervision of Chris Mungall. Please cite this project as:

Larralde M. Developing Python and Rust libraries to improve the ontology ecosystem [version 1; not peer reviewed]. F1000Research 2019, 8(ISCB Comm J):1500 (poster) (https://doi.org/10.7490/f1000research.1117405.1)

Dependencies

~2.1–2.9MB
~57K SLoC