c302 icon indicating copy to clipboard operation
c302 copied to clipboard

The c302 framework for generating multiscale network models of C. elegans

Results 18 c302 issues
Sort by recently updated
recently updated
newest added

This is for the Readme, in Usage Examples: Section 2) Use command line interface to create new network Specifically, for this command line example code: c302 MyNetwork parameters_C -cells ["AVBR","VD3"]...

Hello, respected developer. I have two questions. The first one is that I want to transplant the neural network computation of C302 to my neural morphology chip. However, currently my...

This command in the README: c302 MyNetwork parameters_C -cells ["AVBR","VD3"] -cellstostimulate ["AVBR"] -paramoverride {"unphysiological_offset_current":"2.9pA"} -duration 300 Does not execute as-is in some shells, like ZSH, which attempt to parse `["AVBR","VD3"]`...

Should accept a DataWithEvidenceDataSource identifier for the source of neuron network and muscle data, etc. blocked by #12

enhancement
PyOpenWorm

Hello now i am trying to simulate the c302 neurons of the worm. so i have done : git clone https://github.com/openworm/c302.git cd c302 python setup.py install ![error2c302](https://user-images.githubusercontent.com/48910563/59192993-75cfb000-8b84-11e9-9020-caa8dbff5964.PNG) sh test.sh and...

OpenWormReader will undoubtedly take longer. Must determine whether the difference is substatial enough to merit doing query of the PyOW database at a different phase (i.e., with a `pow translate`)....

PyOpenWorm

Relative imports break in possibly unexpected ways when you run a script from inside of its package directory rather than let python do it for you with `-m`

enhancement
good first issue
documentation

As a first approximation, can just hard-code `` as the context to query against (it's sort of the 'top-level' context produced by insert_worm.py into the OpenWormData repo). Will be modified...