opencobra / memote

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

If no genes are in model the gene annotation tests should be skipped #624

Open matthiaskoenig opened 5 years ago

matthiaskoenig commented 5 years ago

When creating a model report for an SBML model with no genes the report incorrectly reports Presence of Gene Annotation 0%

The gene annotation section should be skipped in such cases (or be reported as 100%, because there are no missing annotations for something which is not existing in the model)

Midnighter commented 5 years ago

In terms of the total score 0% or skipping will be the same but I agree that skipping it is less confusing.