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

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

representation of the collection_input table. Can write to the database

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