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