scidash / neuronunit

A package for data-driven validation of neuron and ion channel models using SciUnit
http://neuronunit.scidash.org
38 stars 24 forks source link

Note about broken docker build. sciunit is significantly different now. #182

Open russelljjarvis opened 6 years ago

russelljjarvis commented 6 years ago

This what I need to run in order to get docker container to run. Indicating, that the latest docker image also needs updating.

sudo /opt/conda/bin/pip uninstall sciunit
sudo /opt/conda/bin/pip install git+https://github.com/scidash/sciunit@dev
rgerkin commented 6 years ago

Can you add that to the Dockerfile?

russelljjarvis commented 6 years ago

Yes, also the allen brain glif cells require Padraigs opencortex in order to parse allen config files and to translate the parsed allen config back to NeuroML

rgerkin commented 6 years ago

OK, we can think about making OpenCortex a Neuronunit dependency.