ModelSEED / Model-SEED-core

The Model SEED is a tool for building, curating, and analyzing gonome-scale metabolic models. Visit the Model SEED homepage for installation instructions and full feature documentation.
http://bionet.mcs.anl.gov/index.php/Model_SEED_Homepage
Other
19 stars 10 forks source link

MS Object functions alter input data #140

Open devoid opened 12 years ago

devoid commented 12 years ago

For example:

my $data = ... # some biochemistry data
my $bio1 = ModelSEED::MS::Biochemistry->new($data);
my $bio2 = ModelSEED::MS::Biochemistry->new($data);
# ^ this will fail ... data is not even close to the same

Noting this for myself, there's not a quick solution for it.