Skip to content
Snippets Groups Projects
Commit a5dfd8c1 authored by Rachel  LEGENDRE's avatar Rachel LEGENDRE
Browse files

Add new file

parent c893471c
No related branches found
No related tags found
No related merge requests found
env.sh 0 → 100644
#install conda via miniconda :
follow this tuto : https://docs.conda.io/en/latest/miniconda.html#linux-installers
#create your conda env
conda create -n snakemake
conda activate snakemake
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
conda install -c anaconda python
conda install -c bioconda snakemake
conda install -c anaconda pandas
conda install -c bioconda pysam
conda install -c conda-forge singularity
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment