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

NAME

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

SYNOPSIS

 #NON FUNCTIONAL AT THIS TIME
 
 use MOBY::collection_output;
 my $Instance = MOBY::collection_output->new(
          object_type => "Sequence",
          namespaces => ["genbank/gi", "genbank/Acc"],
          article_name => "InputSequenceThingy",
 );

DESCRIPTION

representation of the collection_output table. Can write to the database

AUTHORS

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