GMOD/Bio-Chado-Schema

Name: Bio-Chado-Schema

Owner: Generic Model Organism Database Project

Description: Perl modules for working with a Chado schema

Created: 2018-04-27 19:45:55.0

Updated: 2018-04-30 14:46:30.0

Pushed: 2018-04-30 14:46:25.0

Homepage: null

Size: 1023

Language: Perl

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.