Description of the issue:
I followed the tutorial at https://sysbiochalmers.github.io/Human-GEM-guide/gem_extraction/#retrieve-the-data and successfully ran the human-GEM example.However, when using yeast-GEM, I can't obtain the correct prepData from prepINITModel(), which results in an unsolvable model when I try to do FBA to optmize the growth.
Specifically, during prepINITModel(model, taskData), I encounter a failure in Step 3: "FAIL: [GR] Growth on SCmedia (biomass production)." Interestingly, when I run checkTasks(), the same metabolic task passes. I wonder if this error could be due to structural differences between yeast-GEM and human-GEM, such as metabolites naming rules or constraints?
Reproducing this issue:
model: yeast-GEM 8.0
taskData: grown in minimal medium supplemented with 20 amino acids
>> [taskReport, essentialRxnMat, ~, essentialFluxes] = checkTasks(model,[],true,false,true,taskData);
PASS: [GR] Growth on SCmedia (biomass production)
>> prepData = prepINITModel(model, taskData);
Step 1: Gene rules
Step 2: First simplification
test
Step 3: Check tasks (~10 min)
FAIL: [GR] Growth on SCmedia (biomass production)
Step 4: Second simplification (~1 hour)
Cannot find MATLAB Parallel Computing Toolbox, process is not parallelized.
Running getAllowedBounds |███████████████ 2 min, 4 sec ███████████████|100%
Step 5: Final work
System information
I hereby confirm that I have:
Description of the issue:
I followed the tutorial at https://sysbiochalmers.github.io/Human-GEM-guide/gem_extraction/#retrieve-the-data and successfully ran the human-GEM example.However, when using yeast-GEM, I can't obtain the correct prepData from prepINITModel(), which results in an unsolvable model when I try to do FBA to optmize the growth.
Specifically, during prepINITModel(model, taskData), I encounter a failure in Step 3: "FAIL: [GR] Growth on SCmedia (biomass production)." Interestingly, when I run checkTasks(), the same metabolic task passes. I wonder if this error could be due to structural differences between yeast-GEM and human-GEM, such as metabolites naming rules or constraints?
Reproducing this issue:
System information
I hereby confirm that I have: