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

"[protein]-" tags go missing from metabolite names #82

Open
johan-gson opened this issue Apr 15, 2021 · 1 comment
Open

"[protein]-" tags go missing from metabolite names #82

johan-gson opened this issue Apr 15, 2021 · 1 comment

Comments

@johan-gson
Copy link

I think I have found a bug in the human ec model (which does not exist in Human1).
In Human-GEM, reaction HMR_7197 looks like this:
[protein][c] + serine[c] => [protein]-L-serine[c] + H2O[c]
But, in the ec model, it looks like this when I do constructEquations:
[protein][c] + serine[c] => L-serine[c] + H2O[c]
So, the [protein]- part of the L-serine seems to have gone missing. We suspect that it has something to do with the square brackets, or potentially the word "protein".

@johan-gson
Copy link
Author

I have fixed this issue in GeckoLight, you should be able to use the same approach. The problem is that the pipeline renames the metabolites, which in my mind it shouldn't, so I simply restore the metabolite names after running the pipeline. This also messes up the metabolite names in for example the biomass_human reaction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant