-
Notifications
You must be signed in to change notification settings - Fork 44
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
feat: Add new reactions annotated for genes related to Glycolysis pathway #535
Conversation
structure.metHMDBID = [structure.metHMDBID;MetStruct.BiGGID(idx,1)]; | ||
structure.metChEBIID = [structure.metChEBIID;MetStruct.CHEBI(idx,1)]; | ||
structure.metPubChemID = [structure.metPubChemID;MetStruct.BiGGID(idx,1)]; | ||
structure.metLipidMapsID = [structure.metLipidMapsID;MetStruct.CHEBI(idx,1)]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the line 49 probably should be modified, now ChEBI ids were also updated to the column of Lipidmap ids
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for identifying this. Changed in the latest commit.
very good progress! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Main improvements in this PR:
I hereby confirm that I have:
develop
as a target branch