Bio::MAGE::SQLWriter - a module for exporting MAGE-OM objects to a database
Contents
Description
Methods for transforming information from a MAGE-OM objects into tuples in a MAGE database.
Methods
write($MAGE_object);
"write()" prints the objects contained in $MAGE_object as MAGE-ML to the file handle used by the
writer.
Name
Bio::MAGE::SQLWriter - a module for exporting MAGE-OM objects to a database
Pod Errors
Hey! Theabovedocumenthadsomecodingerrors,whichareexplainedbelow:
Around line 249:
'=item' outside of any '=over'
=over without closing =back
perl v5.32.0 2020-12-01 MAGE::SQLUtils(3pm)
Synopsis
use Bio::MAGE::SQLWriter;
my $writer = Bio::MAGE::SQLWriter->new(@args);
use dbhandle;
my $dbhandle = dbhandle->new();
$writer->obj2database($dbhandle,@object_list);
