-
-
15 Apr 2011 19:35:57 UTC
- Distribution: BioPerl-DB
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (1 / 74 / 0)
- Kwalitee
Bus factor: 2- % Coverage
- License: perl_5
- Perl: v5.6.1
- Activity
24 month- Tools
- Download (481.25KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
BioPerl Team
- Dependencies
- Bio::Root::Version
- DBI
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME - DBTestHarness.pm
SYNOPSIS
# Add test dir to lib search path use lib 't'; use DBTestHarness; my $harness = DBTestHarness->new(); # Load some data into the db $ens_test->do_sql_file("some_data.sql"); # Get an Overlap db object for the test db my $db = $harness->db();
DESCRIPTION
This is a direct copy-and-paste from the Ensembl EnsTestDB system.
It provides an encapsulation of creating, loading and dropping databases for testing
METHODS
AUTHOR
James Gilbert email jgrg@sanger.ac.uk
Module Install Instructions
To install Bio::BioEntry, copy and paste the appropriate command in to your terminal.
cpanm Bio::BioEntry
perl -MCPAN -e shell install Bio::BioEntry
For more information on module installation, please visit the detailed CPAN module installation guide.