MiniAn is an analysis pipeline and visualization tool inspired by both CaImAn and MIN1PIPE package specifically for Miniscope data.
- Download and install conda.
- Make sure your conda is up to date:
conda update -n base -c default conda
- Download the MiniAn package:
git clone https://github.com/phildong/minian.git
- Go into MiniAn folder you just cloned:
cd minian/
- Create an conda environment:
conda env create -n minian -f environment.yml
- Activate the conda enviornment you created during CaImAn installation:
source activate minian
- Fire up jupyter:
jupyter notebook
and open the notebook "pipeline_noted.ipynb"
The package cvxpy
in conda-forge
channel is out-dated and you would need to install with pip
. Here are the steps:
- Download and install Visual C++ Build Tools
- Within the
minian
environment, do:pip install --upgrade cvxpy