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

Closed
3 tasks done
cb-Hades opened this issue Aug 2, 2024 · 1 comment
Closed
3 tasks done

Add MNX metabolite and reaction namespace to DB #131

cb-Hades opened this issue Aug 2, 2024 · 1 comment
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
    • in the long run, it might be good ti put this in a database or server, but for the current local version, downloading it semi-manually via the command line or function will be the solution

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
@cb-Hades
Copy link
Collaborator Author

cb-Hades commented Dec 2, 2024

Will be closed for now, might be opened again with server or database implementation

@cb-Hades cb-Hades closed this as completed Dec 2, 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