README.md
pyproject.toml
setup.py
moped/__init__.py
moped.egg-info/PKG-INFO
moped.egg-info/SOURCES.txt
moped.egg-info/dependency_links.txt
moped.egg-info/not-zip-safe
moped.egg-info/requires.txt
moped.egg-info/top_level.txt
moped/core/__init__.py
moped/core/compound.py
moped/core/constants.py
moped/core/gene.py
moped/core/model.py
moped/core/reaction.py
moped/databases/__init__.py
moped/databases/cyc.py
moped/topological/__init__.py
moped/topological/blast.py
moped/topological/gapfilling.py
moped/topological/scope.py
moped/topological/treesearch.py
moped/utils/__init__.py
moped/utils/comparison.py
moped/utils/sbml.py
moped/utils/serialize.py
moped/utils/utils.py
tests/__init__.py
tests/core/__init__.py
tests/core/test_cobra_interface.py
tests/core/test_compound.py
tests/core/test_io.py
tests/core/test_model_compartment.py
tests/core/test_model_compound.py
tests/core/test_model_metacyc.py
tests/core/test_model_misc.py
tests/core/test_model_objective.py
tests/core/test_model_quality_control.py
tests/core/test_model_reaction.py
tests/core/test_model_stoich_matrix.py
tests/core/test_model_structural.py
tests/core/test_model_structural_duplication.py
tests/core/test_model_update_from_reference.py
tests/core/test_modelbase_interface.py
tests/core/test_reaction.py
tests/core/test_sbml_interface.py
tests/databases/__init__.py
tests/databases/test_cyc_enzyme_complex.py
tests/databases/test_cyc_repairer.py
tests/databases/test_cyc_repairer_integration.py
tests/databases/test_cycparser.py
tests/databases/test_cycparser_compounds.py
tests/databases/test_cycparser_enzymes.py
tests/databases/test_cycparser_reactions.py
tests/databases/test_cycparser_sequences.py
tests/databases/test_full_cycparser_parser_tests.py
tests/topological/__init__.py
tests/topological/test_blast.py
tests/topological/test_gapfilling.py
tests/topological/test_scope.py
tests/topological/test_treesearch.py