-
Notifications
You must be signed in to change notification settings - Fork 0
gimme algorithm doesn't return a reduced model #9
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
Comments
I fixed this by adding the remove_zero_fluxes to the function. Might want to highlight this in the documentation |
Sorry that caused some trouble! In the future, the default for remove_zero_fluxes will be set to True to make the behavior more intuitive. I’ll also update the documentation soon—thanks for the helpful suggestion! |
That is great thank you, much appreciated. Some extra documentation about running mCADRE would also be appreciated (e.g. the exact data and format that should be fed to it), I've found this lacking across most available packages. Thank you for all your hard work with this, I think it will defiantly become the defacto python package for running these sort of model extraction pipelines for GeMs |
Thank you very much for the kind words and feedback—I really appreciate it. I’ll continue working on this and hope the package can truly be helpful to the community and advance the field. |
hello,
I have tried to apply to gimme algorithm using the following:
#apply gimme algorithm
apply GIMME algorithm on the model
gimme_result = pmodel.integrate_gene_data(data_name="mean_gene_expression", integrator="GIMME", high_exp=0.0001)
context_specific_gem = gimme_result.result_model
it runs and produces an objective function value and flux distribution however the .result_model attribute is empty.
context_specific_gem = {NoneType} None
I was using this package to try and extract context specific models... can you help??
Thank you so much again - the package seems great.
The text was updated successfully, but these errors were encountered: