draeger-lab / refinegems

refineGEMs is a python package inteded to help with the curation of genome-scale metabolic models (GEMS).
https://refinegems.readthedocs.io/en/latest/
MIT License
10 stars 0 forks source link

Integrate new features database access & more general functions to main #97

Closed GwennyGit closed 11 months ago

GwennyGit commented 11 months ago

In dev, the behaviour of the database access from user-specific scripts is now enabled. In addition, the function get_bigg2other_db from the gapfill module can now also be used in a user-specific script with the ModelSEED namespace, and the function get_model_reacs_or_metabs from the entities module can now be used for any namespace as the column name can now be provided by the user. The default column name is bigg_id to enable backwards-compatibility.