Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Sep 26, 2024
1 parent 94bc21f commit fddd6bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ The documentation can be found here: https://emodel-generalisation.readthedocs.i
This code contains several modules, the most important are:
* [model](emodel_generalisation/model) contains an adapted version of BlueBrain/BluePyEmodel core functionalities for evaluating electrical models, built on top of BlueBrain/BluePyOpt
* [tasks](emodel_generalisation/tasks) contains the luigi workflows to run MCMC, adapt and generalise electrical model
* [bluecellulab_evaluator](bluecellulab_evaluator.) contains functions to compute currents with BlueBrain/BlueCelluLab and hoc files of models
* [mcmc](mcmc.py) contains the code to run MCMC sampling of electrical models
* [information](information.py) contains some WIP code to compute information theory measures on sampled electrical models
* [bluecellulab_evaluator](emodel_generalisation/bluecellulab_evaluator.py) contains functions to compute currents with BlueBrain/BlueCelluLab and hoc files of models
* [mcmc](emodel_generalisation/mcmc.py) contains the code to run MCMC sampling of electrical models
* [information](emodel_generalisation/information.py) contains some WIP code to compute information theory measures on sampled electrical models


## Examples
Expand Down

0 comments on commit fddd6bc

Please sign in to comment.