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

PomBase-Chobo

Code for reading OBO files into a Chado database using PostgreSQL COPY.

Installation

To install, run the following commands:

perl Build.PL
./Build installdeps
./Build test
./Build install

Example usage

chobo_load.pl 'dbi:Pg:dbname=test-db' my_username my_password *.obo

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.