=encoding utf8 =head1 PomBase-Chobo Prototype code for reading OBO files into a Chado database using PostgreSQL COPY. =head1 Features =over =item * Fast - loads go-basic.obo in 40 seconds =item * Few dependencies =item * Single command for loading (chobo_load) =back =head1 Current problems =over =item * Some OBO files aren't supported because not all edge cases are handled =item * Uses a lot of memory (500MB to read and store GO) =item * Currently ignores stanza tags that PomBase doesn't use (eg. "def:") =item * The destination Chado database must contain: - an is_a relation - a CV named "synonym_type" containing all synonym type from input OBO files =back =head2 Installation From CPAN: cpan PomBase::Chobo or cpanm PomBase::Chobo> To install from Git: cpanm Dist::Zilla git clone https://github.com/pombase/chobo.git cd chobo dzil install =head2 Example usage C =head2 Support Please report problems at: L =head2 License and Copyright Copyright (C) 2016 Kim Rutherford This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information.