Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MNX metabolite and reaction namespace to DB #131

Open
3 of 4 tasks
cb-Hades opened this issue Aug 2, 2024 · 0 comments
Open
3 of 4 tasks

Add MNX metabolite and reaction namespace to DB #131

cb-Hades opened this issue Aug 2, 2024 · 0 comments
Assignees
Labels
database Issue concerning the database enhancement New feature or request

Comments

@cb-Hades
Copy link
Collaborator

cb-Hades commented Aug 2, 2024

To enable faster gap filling, it would be help (and with the current implementations in the GapFiller class even necessary) to include the MetaNetX reactions and metabolites ref and prop files in the database. However, distributing them with GitHub is impossible, as the database becomes to large for the upload.

Possible solution:

Implement an add/update function for the MetaNetX tables, that

  • downloads the respective files from MNX
  • add these files to the database
  • has entry so that it is available both via python import and as a command line function
  • Issue: uploading the database with MNX to GitHub not possible - adjusting validation function or separating media and database-connnections-database

Notes:

  • implementation can be found in utility.databases and the command access under set_up-> database -> add_namespace | reset
  • all four tables can be added to the database
@cb-Hades cb-Hades added the enhancement New feature or request label Aug 2, 2024
@cb-Hades cb-Hades self-assigned this Aug 8, 2024
@cb-Hades cb-Hades added the database Issue concerning the database label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Issue concerning the database enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant