Installation
Setup Conda and Mapping Environment
Install conda from miniconda or anaconda.
IMPORTANT: select python 3
Conda init
After installed conda, use conda init on your favorite shell
# e.g., bash or zsh
conda init bash
# you need to restart shell after conda initAdd channels
# run these command to add bioconda into your conda channel,
# the order of these 3 line matters
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forgeCreate Environment With Required Packages
This command will create a conda environment called "mapping" and install all required packages for you. The mapping_env.yaml contains the detail about the environment, you can copy the content of that file below.
Content of mapping_env.yaml file
Activate the mapping environment
Remember you need to run this command EVERY TIME before using the pipeline.
Install YAP and Allcools
Install YAP
Update YAP
Install Allcools
Update ALLCools
Last updated
Was this helpful?