SBRG / bigg_models

The BiGG Models website server
http://bigg.ucsd.edu
Other
77 stars 18 forks source link

Issues with information in synonym table #341

Open matthiaskoenig opened 5 years ago

matthiaskoenig commented 5 years ago

I worked a bit with the bigg database in the last few days. I found some issues in the synonym table with most of them easy to fix (see an attached log of all issues in the bigg synonym table). This is a duplicate (but more comprehensive) of #340, #331, #275, #260

A full set of the required fixes here (WARNING can be fixed, ERROR no solution possible right now) bigg-v1.5-mapping.log This includes:

In addition some namespaces are incorrect in the data_source table

    ns_replacements = {
        "mnx.chemical": "metanetx.chemical",
        "ec": "ec-code",
        "REBASE": "rebase",
        "sabiork": "sabiork.reaction", # check
    }

with corresponding update of the url prefixes required.

Best Matthias