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

Running 2019 PloS Comp Biol iron metabolism model of Parmar and Mendes #5

Closed
radivot opened this issue Feb 25, 2019 · 2 comments
Closed

Comments

@radivot
Copy link

radivot commented Feb 25, 2019

Wondering if you could guide me to getting this code to give time course results.
The cps files are here cpsFiles.zip

library(CoRC)
unloadAllModels()
(L=loadExamples())
runTC(model=L[[1]]) #runs fine
path="~/ccf/jarek/grants/msb/iron/parmar19sup/cps/"
(m0=loadModel(paste0(path,"IronMousePV3.cps")))
runTC(model=m0) # no results
(m1=loadModel(paste0(path,"IronMousePV3_Hemochromatosis.cps")))
runTC(model=m1) # no results

@jonasfoe
Copy link
Collaborator

Hey radivot,

those models have save result in memory for the time course task disabled.
You can use runTC(save_result_in_memory = TRUE, model=m0).

Unfortunately, this is one of the easiest traps for fall into when trying out CoRC with certain models.
If you open the .cps file in Copasi and run the task, the result table will also be empty.

Best,
Jonas

@radivot
Copy link
Author

radivot commented Feb 25, 2019 via email

@radivot radivot closed this as completed Feb 26, 2019
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

2 participants