opencobra / memote

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

Filter out reactions without genes from results #648

Closed Midnighter closed 5 years ago

Midnighter commented 5 years ago

Currently, the test find_reactions_with_identical_genes checks whether cobra.Reaction.genes is None, however, the attribute is often an empty string. That should also be ignored.