MOBY::authority - a lightweight connection to the


MOBY documentation  | view source Contained in the MOBY distribution.

Index


NAME

Top

MOBY::authority - a lightweight connection to the authority table in the database

SYNOPSIS

Top

 use MOBY::authority;
 my $Instance = MOBY::authority->new(
       authority_common_name => "genbank",
       authority_uri => "ncbi.nlm.nih.gov",
       contact_email => "mr.BIG@ncbi.nlm.nih.gov",

 );
 print $Instance->authority_id;




DESCRIPTION

Top

representation of the authority table. Can write to the database

AUTHORS

Top

Mark Wilkinson (mwilkinson@gene.pbi.nrc.ca)


MOBY documentation  | view source Contained in the MOBY distribution.