File: README.md

package info (click to toggle)
libbio-chado-schema-perl 0.20000-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,824 kB
  • sloc: perl: 15,306; makefile: 7; sql: 3
file content (34 lines) | stat: -rw-r--r-- 923 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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