Man Page: bio::mage::sqlutils
Operating Environment: debian
Section: 3pm
MAGE::SQLUtils(3pm) User Contributed Perl Documentation MAGE::SQLUtils(3pm)NAMEBio::MAGE::SQLWriter - a module for exporting MAGE-OM objects to a databaseSYNOPSISuse Bio::MAGE::SQLWriter; my $writer = Bio::MAGE::SQLWriter->new(@args); use dbhandle; my $dbhandle = dbhandle->new(); $writer->obj2database($dbhandle,@object_list);DESCRIPTIONMethods for transforming information from a MAGE-OM objects into tuples in a MAGE database.METHODSwrite($MAGE_object); "write()" prints the objects contained in $MAGE_object as MAGE-ML to the file handle used by the writer.POD ERRORSHey! The above document had some coding errors, which are explained below: Around line 249: '=item' outside of any '=over' perl v5.10.1 2006-08-23 MAGE::SQLUtils(3pm)
| Related Man Pages |
|---|
| bio::mage::bqs(3pm) - debian |
| bio::mage::experiment(3pm) - debian |
| bio::mage::extendable(3pm) - debian |
| bio::mage::measurement(3pm) - debian |
| bio::mage::xml::reader(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Introduction |
| One instance of comparing grep and awk |
| Weird 'find' results |