opencobra / memote

memote – the genome-scale metabolic model test suite
https://memote.readthedocs.io/
Apache License 2.0
125 stars 26 forks source link

Add annotation tests for compartments #647

Open matthiaskoenig opened 5 years ago

matthiaskoenig commented 5 years ago

Problem description

compartments are an important part of constraint-based models. Correct annotation and description of compartments is important to evaluate the quality of the model and understand the model content. Currently, in memote no tests for annotations on compartments are performed (such tests should be analogue to the annotation tests for reactions, metabolites or genes).

This issue depends on correct representation of compartments in cobrapy which would allow to access the annotations. See https://github.com/opencobra/cobrapy/issues/760.