GO::Handlers::owl(3pm) | User Contributed Perl Documentation | GO::Handlers::owl(3pm) |
GO::Handlers::owl - writes OWL
use GO::Parser; my $p = GO::Parser->new({handler=>'owl'}); $p->parse("function.ontology");
Consumes an OBO-XML event stream and generates OWL XML
See the file
go-dev/doc/mapping-obo-to-owl.txt
For more details
go2fmt.pl -w owl function.obo
2021-01-09 | perl v5.32.0 |