The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

GOBO::Parsers::OBOParserDispatchHash

DESCRIPTION

An GOBO::Parsers::Parser that parses OBO Files.

Mostly identical to GOBO::Parsers::OBOParser but uses a dispatch table rather than an if/else cascade

parse_header_from_array

Get a header from an array of lines, rather than passing in a file

input: self, args with $args->{graph} being a Graph object output: the Graph object

parse_body_from_array

Get a graph from an array of lines, rather than passing in a file

input: self, args with $args->{graph} being a Graph object output: the Graph object