telamonian / lib-sbml-reaction-finder

Automatically exported from code.google.com/p/lib-sbml-reaction-finder
0 stars 0 forks source link

Function to create local version of knowledge base causes crash after retrieving list of curated models from BioModels web services. #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Execute function createKBfromCuratedModels

Should retrieve all models from BioModels and build local KB, but dies after 
getting list of curated models and trying to process the first model in the 
list.

Original issue reported on code.google.com by maxneal on 1 Jan 2013 at 12:49

GoogleCodeExporter commented 8 years ago
Fixed on Jan 2, 2013. Was using address of "modelcode" instead of the value. 
After fixing this there were a couple other issues to fix regarding the way 
REST responses were returned from function calls. Tested 
createKBfromCuratedModels and was able to generate a full, updated knowledge 
base from web services. Function appearing to work ok on Windows now.

Original comment by maxneal on 3 Jan 2013 at 12:47