docs/setup/installation.md

description: Creating a conda environment for running the pipeline

Installation

1. Installing conda

Conda installation tutorial can be found here

2. Creating conda environment and installing R/python packages

conda create --name access_data_analysis python=3
conda activate access_data_analysis
conda install r-essentials r-base r-argparse r-ggpubr r-ggthemes r-plotly r-kableextra r-htmlwidgets r-dt
pip install genotype-variants


msk-access/access_data_analysis documentation built on Nov. 13, 2023, 12:43 p.m.