-
SSH into Exacloud
-
Visit Conda website https://docs.conda.io/en/latest/miniconda.html
-
Copy link to installer
# Go to home directory and download install script cd wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
-
Install
conda
, a general purpose but Python centered package manager.bash Miniconda3-latest-Linux-x86_64.sh
-
Follow prompts on installer screen; accept defaults for now
-
Exit Exacloud and SSH into it again
-
Test to see if installation worked with typing
conda list
-
If successful, go into
KarstensLab
to find anenvironment.yml
filecd /home/exacloud/lustre1/teamMicrobiome/KarstensLab ls
-
Create a
conda
environment with thisenvironment.yml
file; installation may take a whileconda env create -f environment.yml
-
Check if installation is successful by listing environments
conda env list
-
Activate environment
conda activate dada2
Last active
January 9, 2020 22:17
-
-
Save erictleung/03b95c8174f986dcf641df843d6dbbb6 to your computer and use it in GitHub Desktop.
Setup DADA2 R environment with Anaconda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment