Skip to content
Zaid Kokaja edited this page Jan 22, 2021 · 6 revisions

Welcome to the 247-main wiki!

Getting started

  1. Install gsutil.

  2. 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.

  3. Clone this repository:

cd /scratch/gpfs/$USER
git clone git@github.com:hassonlab/247-main.git
  1. 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/
  1. Configure your anaconda environment
cd 247-main
module load anaconda
conda env create -f env.yml
  1. Activate your environment
conda activate 247-main