fastobo-validator 0.1.2

Faultess validation tool for OBO products
fastobo-validator-0.1.2 is not a library.
Visit the last successful build: fastobo-validator-0.4.6

fastobo-validator Star me

Faultess validation tool for OBO products.

TravisCI License Source Binaries Crate Changelog GitHub issues

Overview

fastobo-validator is a command-line tool to validate an OBO file in format version 1.4 against the latest specification.

Validation

Mandatory

Syntax

The syntax of the OBO format version 1.4 has been made more restrictive compared to the format version 1.2, but files produces by modern tools (such as ROBOT) should already be compliant with this version.

Optional

ISBN validation (-I)

ISBN identifiers embed a validation digit which can be used to validate a given code without querying an external database.

Usage

Simply run the binary against one or more OBO files:

$ fastobo-validator go.obo

The validator will then parse and validate each OBO product, and return with a non-null error code if any error was detected, displaying a small report for each error.

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 is currently being 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.