An open API service indexing awesome lists of open source software.

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

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).