Skip to content

bobular/Bio-Chado-Schema

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bio::Chado::Schema - A DBIx::Class ORM layer for Chado

This is a standard object-relational mapping layer for use with the GMOD Chado database schema. This layer is implemented with DBIx::Class, generated with the help of the very fine DBIx::Class::Schema::Loader module.

Chado is an open-source modular database schema for biological data. It is divided into several notional "modules", which are reflected in the namespace organization of this package. Note that modules in the Chado context refers to sets of tables, they are not modules in the Perl sense.

Installation

From CPAN and friends

If you are using a distribution tarball of Bio::Chado::Schema (such as from CPAN) :

perl Build.PL

./Build installdeps

./Build test

./Build install

From a git repo

If you are developer using the git repo, then Dist::Zilla needs to be used:

dzil build

dzil test

dzil install

About

A standard DBIx::Class layer for the Chado database schema. Bootstrapped and updated using DBIx::Class::Schema::Loader. VectorBase Natural Diversity fork

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 96.1%
  • CSS 2.2%
  • JavaScript 1.7%