The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bio::KBase - DOE Systems Biology Knowledgebase

VERSION

Version 0.05

SYNOPSIS

    use Bio::KBase;

    my $kb = Bio::KBase->new();
    my $store = $kb->central_store();
    my $id_server = $kb->id_server();

SUBROUTINES/METHODS

$kb = Bio::KBase->new()

Create KBase object creation object.

$store = $kb->central_store($url)

Create an instance of Bio::KBase::CentralStore to access the Central Store. If $url is provided, use that url as the contact address for the service.

$idserver = $kb->id_server($url)

Create an instance of Bio::KBase::IDServer to access the ID Server. If $url is provided, use that url as the contact address for the service.

AUTHOR

Robert Olson, <olson at mcs.anl.gov>

BUGS

Please report any bugs or feature requests to bug-bio-kbase at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Bio-KBase. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Bio::KBase

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT