-
Notifications
You must be signed in to change notification settings - Fork 146
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
Metabolic network storage and KEGG database downloading #2123
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…kegg_download_consolidation
…n. we want to encourage people to use the default mode (or read the docs if they really don't want all data so that they can take responsibility for what happens)
…olic-network-storage
…nlab/anvio into metabolic-network-storage
Consolidating our KEGG data download
…ab/anvio into metabolic-network-storage
This is excellent. Thank you very much for pushing this forward, @semiller10. The only thing I'm realising is that a lot of the docs are missing for the new programs and artifacts this beautiful PR brings in :) I'm about to commit some minor changes to better connect things, but I'm nowhere near addressing the actual need due to my ignorance. |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR enables the storage and output of metabolic reaction networks predicted from KEGG Ortholog annotations of genes. The reaction network is stored in new database tables using the program,
anvi-reaction-network
, and can be exported to a JSON-formatted file suitable for inspection and flux balance analysis using the program,anvi-get-metabolic-model-file
. Predictions of reactions depend upon KEGG and ModelSEED Biochemistry databases, downloaded using the programs,anvi-setup-kegg-data
andanvi-setup-modelseed-database
. Thanks to the efforts of @ivagljiva,anvi-setup-kegg-data
now encompasses all KEGG download and setup operations. Certain KEGG downloads are needed for the new metabolic modeling capabilities, and others are needed for the existing functionality of KO annotation from KOfams and analysis of metabolic module completeness.