-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Zaid Kokaja edited this page Jan 22, 2021
·
6 revisions
Welcome to the 247-main wiki!
-
Install gsutil.
-
Generate your SSH keys, (check if have a key already), then add the key to your GitHub account. This is optional, but it saves you from having to type your password every time you do it, so I recommend setting it up at the very beginning.
-
Clone this repository:
cd /scratch/gpfs/$USER
git clone [email protected]:hassonlab/247-main.git
- If you have a
~/.condarc
file, ensure it points to where it should. For example:
envs_dirs:
- /scratch/gpfs/YOUR_USERNAME/conda-envs/
pkgs_dirs:
- /scratch/gpfs/YOUR_USERNAME/conda-pkgs/
- Configure your anaconda environment
cd 247-main
module load anaconda
conda env create -f env.yml
- Activate your environment
conda activate 247-main