https://github.com/neurodata/maggot_connectome
Paper on modeling the larval Drosophila connectome
https://github.com/neurodata/maggot_connectome
Last synced: about 2 months ago
JSON representation
Paper on modeling the larval Drosophila connectome
- Host: GitHub
- URL: https://github.com/neurodata/maggot_connectome
- Owner: neurodata
- License: mit
- Created: 2021-01-19T22:10:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T19:18:34.000Z (over 4 years ago)
- Last Synced: 2025-02-25T08:54:14.893Z (over 1 year ago)
- Language: Python
- Homepage: https://docs.neurodata.io/maggot_connectome/
- Size: 105 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Maggot connectome
A paper exploring the connectome of a larval Drosophila
## Repo structure
- ``.github``: Files specifying how the repo behaves on GitHub
- ``data``: Directory to store the raw data.
- ``docs``: Files to build the documentation website in the form of a [Jupyter Book](https://jupyterbook.org/intro.html)
- ``pkg``: A local Python package used for analysis in the Jupyter Notebooks
## Building the book
*Coming soon*
## Running the code
*Coming soon*
## Credits
This project is created using the excellent open source [Jupyter Book project](https://jupyterbook.org/) and the [executablebooks/cookiecutter-jupyter-book template](https://github.com/executablebooks/cookiecutter-jupyter-book).