MiniAn is an analysis pipeline and visualization tool inspired by both CaImAn and MIN1PIPE package specifically for Miniscope data.
- Create a new conda env:
conda create -y --name minian - Activate the environment:
conda activate minian - Install MiniAn:
conda install -y -c conda-forge minian - Activate conda env:
conda activate minian - Fix Panel installation:
- On Windows: Copy panel files from
.conda/envs/minian/site-packages/to.conda/envs/minian/Lib/site-packages/ - On Linux: Install panel with pip in minian conda environment:
pip install panel=0.8.0
- On Windows: Copy panel files from
- Install pywiz libraries with conda:
conda install -n minian -c pyviz pyviz_comms=2.2.1 - Install shot-scraper CLI tool in minian conda environment:
pip install shot-scraper. If this is the first time you will have to install additional dependencies viashot-scraper installand/orplaywright install. Follow the directions on the command line. - Install the pipeline notebooks:
minian-install --notebooks - Optional install the demo movies:
minian-install --demo - Fire up jupyter:
jupyter notebookand open the notebook "pipeline.ipynb"
MiniAn documentation is hosted on ReadtheDocs at:
https://minian.readthedocs.io/
We would love feedback and contribution from the community! See the contribution page for more detail!
This project is licensed under GNU GPLv3.