Skip to content
Discussion options

You must be logged in to vote

Hi, I tried the Human-GEM from the develop branch.
First the importYaml function gave this error

ihuman = importYaml('Human-GEM.yml');
Start importing...
1
2
3
4
5

importing completed
follow-up processing...Error using getGenesFromGrRules
Too many input arguments.

Error in importYaml (line 271)
[genes, rxnGeneMat] = getGenesFromGrRules(model.grRules, model.genes);

I removed the model.genes from the code & then the import was successful.

checkTasks is also working fine.

But getINITmodel2 is giving the same exact error -

MILP detected.
Error using regexprep
All cells must be char row vectors.

Error in optimizeProb>renameparams (line 193)
paramlist = regexprep(paramlist,old{i},new{i});

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
10 replies
@edkerk
Comment options

@JonathanRob
Comment options

@JonathanRob
Comment options

@Flash1593
Comment options

@JonathanRob
Comment options

Answer selected by JonathanRob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants