draeger-lab / ModelPolisher

ModelPolisher accesses the BiGG Models knowledgebase to annotate SBML models.
MIT License
23 stars 7 forks source link

Rewriting BiGGId handling #85

Closed mephenor closed 4 years ago

mephenor commented 4 years ago

BiGGId parsing was rewritten as the old method had shortcomings when parsing ids with a large amount of underscores and pseudoreaction ids were handled wrongly, i.e. they got an "R_" prefix added that was not in accordance with the specification. The new method is regex based and while the major part of the rewrite is finished, some smaller issues remain.

mephenor commented 4 years ago

This should be done for now, might reopen if issues creep up after the beta release