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

Failure to load models in moose-examples [docker] #247

Open
lungsi opened this issue Oct 31, 2018 · 4 comments
Open

Failure to load models in moose-examples [docker] #247

lungsi opened this issue Oct 31, 2018 · 4 comments
Assignees

Comments

@lungsi
Copy link

lungsi commented Oct 31, 2018

My environment is bhallalab/moose docker.
Using moosegui when I try to load moose-examples I fail to load any of the models shown in the documentation.

When I follow the instruction

Cerebellar granule cell
File -> Load -> ~/moose/moose-examples/neuroml/GranuleCell/GranuleCell.net.xml
This is a single compartment Cerebellar granule cell with a variety of channels Maex, R. and De Schutter, E., 1997 (exported from http://www.neuroconstruct.org/). Click on its soma, and See children for its list of channels. Vary the Gbar of these channels to obtain regular firing, adapting and bursty behaviour (may need to increase tau of the Ca pool).

I get

moose-examples/neuroml/GranuleCell/GranuleCell.net.xml

For

Pyloric rhythm generator in the stomatogastric ganglion of lobster
File -> Load -> ~/moose/moose-examples/neuroml/pyloric/Generated.net.xml

I get
moose-examples/neuroml/pyloric/Generated.net.xml

For

Purkinje cell
File -> Load -> ~/moose/moose-examples/neuroml/PurkinjeCell/Purkinje.net.xml
This is a purely passive cell, but with extensive morphology [De Schutter, E. and Bower, J. M., 1994] (exported from http://www.neuroconstruct.org/). The channel specifications are in an obsolete ChannelML format which MOOSE does not support.

I get
moose-examples/neuroml/PurkinjeCell/Purkinje.net.xml

For

Olfactory bulb subnetwork
File -> Load -> ~/moose/moose-examples/neuroml/OlfactoryBulb/numgloms2_seed100.0_decimated.xml
This is a pruned and decimated version of a detailed network model of the Olfactory bulb [Gilra A. and Bhalla U., in preparation] without channels and synaptic connections. We hope to post the ChannelML specifications of the channels and synapses soon.

I get
moose-examples/neuroml/OlfactoryBulb/numgloms2_seed100.0_decimated.xml

For

All channels cell
File -> Load -> ~/moose/moose-examples/neuroml/allChannelsCell/allChannelsCell.net.xml
This is the Cerebellar granule cell as above, but with loads of channels from various cell types (exported from http://www.neuroconstruct.org/). Play around with the channel properties to see what they do. You can also edit the ChannelML files in ~/moose/moose-examples/neuroml/allChannelsCell/cells_channels/ to experiment further.

I get
moose-examples/neuroml/allChannelsCell/allChannelsCell.net.xml

@hrani
Copy link
Contributor

hrani commented Oct 31, 2018 via email

@lungsi lungsi changed the title Failure to load models in moose-examples Failure to load models in moose-examples [docker] Oct 31, 2018
@dilawar
Copy link
Contributor

dilawar commented Nov 1, 2018 via email

@hrani
Copy link
Contributor

hrani commented Nov 7, 2018

@lungsi
When did you download the docker image?
I am not able to reproduce the error GranuleCell.net.xml
And Yes for Generated.net.xml I am able to reproduce /cells[0]/AB_PD_0[0]/Soma_0/DoubExpSyn_Ach_spikegen' doesn't exist.

Rest all the models are loading.

1.In the Gui we are not displaying the 3D view of the model but the model is loaded into moose, one can see that it loaded by clicking view->DockWidget->python
or
2. from python terminal one can load the moose
import moose
import moose.neuroml
moose.neuroml.loadNeuroML_L123('moose-examples/neuroml/GranuleCell/GranuleCell.net.xml')

But now we are using rdesignuer for loading and running the models of these kinds, we will update soon some simple examples in the documentation

@lungsi
Copy link
Author

lungsi commented Nov 15, 2018

@hrani
I downloaded the image on 31 Oct 2018 after @dilawar updated the image according to #245

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants