MOBY::simple_output - a lightweight connection to the simple_output table in the database
#NON FUNCTIONAL AT THIS TIME use MOBY::simple_output; my $Instance = MOBY::simple_output->new( object_type => "Sequence", namespaces => ["genbank/gi", "genbank/Acc"], article_name => "InputSequenceThingy", ); print $Instance->simple_output_id; print $Instance->service_instance_id;
representation of the simple_output table. Can write to the database
Mark Wilkinson (mwilkinson@gene.pbi.nrc.ca)