-
Notifications
You must be signed in to change notification settings - Fork 52
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
help: randomSampling with human-GEM #438
Comments
@manas-kohli thanks for reporting this. Which specific version of Human1 was used in this analysis? |
Hi hao, I used the 1.11 version released in February of this year, I haven't updated yet to the 1.12 version yet (don't know if that can be causing an issue) |
no, it shouldn't. will then try to duplicate your work |
In #439 I have somewhat changed the reporting of the function progress, as it actually got stock trying to get the first sample. Rerunning your model with the code in that PR will not solve the problem that you encounter, it would just more accurately report the function's progress. The issue is that the model cannot support any non-zero fluxes (ignoring reactions that can form loops). Running |
If this is the case, then I have two additional questions @manas-kohli (sorry if they have been asked before):
|
Hi ed and jon, To answer your questions:
load('Human-GEM.mat');
Steps 1) and 2) were done with getINITModel2 to build the model initially
|
As a quick follow up, I don't know if anyone else can reproduce this but when I try to run randomSampling on the base ihuman (with or without boundary metabolites), I'm running into the same problem of randomSampling not reporting anything after the preparation phase. I can be doing something really wrong so apologies if the error is very trivial and I'm missing something obvious |
Same behaviour here: I also tried with earlier versions: human-GEM 1.9.0 and RAVEN 2.5.0: same behaviour. Not sure if |
@edkerk I have never used For me, when using Gurobi, I get infeasible solutions for just default biomass maximization after changing Human-GEM max bounds to +/- Inf. It's strange, because in the past this wasn't the case, so I'm not sure if it's due to changes in the model or updates to Gurobi. Regardless, I would recommend moving the feasibility check in I was able to run |
|
Hello everyone!
I tried to perform random sampling on a model generated by tINIT from the human1 model but the program appears to be hung. I set the show Progress argument to true but still don't get anything after Preparing Random Sampling: ready with 3800/3863 rxns. It's been stuck for about 24 hours so I'm wondering if anyone else had the issue. I set the number of samples to just 2 to test it but still don't get anything
I'm uploading a model I'm trying to perform random sampling as a zip file.
I'm also pasting the code I used first to build the model with tINIT and then the randomSampling command I used:
System information
I hereby confirm that I have:
AU565_BREAST_model.zip
The text was updated successfully, but these errors were encountered: