cd
to the folder where you put folders of your softwares- download the repository by
git clone https://github.com/AllenCell/cvapipe_analysis.git
- If you don't know git please check out my tutorial: How to configure Git and setup GitHub on new machine
- go into the downloaded repo
cd cvapipe_analysis
- use the publication version of the code
git checkout tags/nature-paper
- create a new Conda environment
conda create --name cvapipe python=3.8
andactivate it conda activate cvapipe
- If you don't know conda please check out my documentation: Install Mamba
- install the downloaded code
pip install -e .
- test if it runs: Running the pipeline to reproduce the paper
- Make sure you start with
cvapipe_analysis loaddata run --test
(not the first one which would download 7Tb data for you).
- Make sure you start with
- Installation is done.
Created
March 29, 2025 00:53
-
-
Save qin-yu/a3455be9e0a2fe9e075911ab17a8adff to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment