Bio-KBase

 view release on metacpan or  search on metacpan

lib/Bio/KBase/IDServer/Impl.pm  view on Meta::CPAN

=head1 DESCRIPTION

The KBase ID provides access to the mappings between KBase identifiers and
external identifiers, the original identifiers for data that was migrated from
other databases into the KBase.

=cut

#BEGIN_HEADER

use Try::Tiny;
use Config::Simple;
use Data::Dumper;
use MongoDB;
use strict;
use base 'Class::Accessor';

__PACKAGE__->mk_accessors(qw(conn db coll_data coll_next));

sub _init_instance
{



( run in 0.691 second using v1.01-cache-2.11-cpan-05444aca049 )