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

generating model IDs #170

Open devoid opened 12 years ago

devoid commented 12 years ago

Right now model ids are generated using the genome id. We simply prepend "SEED" to the front. This won't work for KBase, and probably isn't desired behavior. Since a model is a top-level object, it shouldn't even have an ID, just refer to it by the alias. For KBase, we'll issue ids to models and save a special set of aliases for them.

Thoughts?