Zak King
Zak King
Right. They also make a distinction between the model (which we provide) and the larger knowledge base
@matthiaskoenig I think this answers the question. Our version is the "model". You can find both the model and the larger knowledge base in the downloads section at http://vmh.life/
VMH will continue to be the definitive source. I can add a disclaimer to the Recon3D page on BiGG to that effect Adding old identifiers to BiGG SBML also makes...
The SBML files provided by BiGG reflect the information in our database, so when we import models with extra annotations, it takes us some time to upgrade the database, APIs,...
great. we'll prioritize getting these old IDs in the SBML On Wed, Feb 28, 2018 at 11:35 AM Matthias König wrote: > thanks @zakandrewking > I completely understand, would be...
Also cases like 23dpg where it is in both places
If you need a sed solution, this snippet might help you: ```bash sed -i.bak '/ARRAY,/d' models.py \ && sed -i.bak 's/from sqlalchemy import (/from sqlalchemy.dialects.postgresql import ARRAY\n&/' models.py ``` A...
Thanks, that makes sense!!
question: will this interface live separately from [ZBIT](https://webservices.cs.uni-tuebingen.de/)? I will we continue developing on that? seems like overkill to have 2 separate web-based conversion interfaces
also, thanks for your interest @Saurabh3012! It's great to have new collaborators!