MOBY::simple_input - a lightweight connection to the


MOBY documentation  | view source Contained in the MOBY distribution.

Index


NAME

Top

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

SYNOPSIS

Top

 #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;




DESCRIPTION

Top

representation of the simple_input table. Can write to the database

AUTHORS

Top

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


MOBY documentation  | view source Contained in the MOBY distribution.