Skip to content

Commit

Permalink
Update README.md with updated paths to conda environments
Browse files Browse the repository at this point in the history
  • Loading branch information
verku authored Dec 3, 2024
1 parent a0d1791 commit 6d4fabe
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions config/slurm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ version. The latest conda environment contains the Snakemake
executor plugin for slurm. Since home directories on Dardel
are limited in storage space, you need to create a directory in
your storage project for the conda environment to be installed
in, and run the following command instead of the command above:
in, and run the following command instead of the command above
(replacing the path with the path to the directory in your storage
project for the conda environment):

```
conda env create -f environment.yml -p /cfs/klemming/projects/supr/sllstore.../generode
export CONDA_ENVS_PATH=/cfs/klemming/projects/supr/sllstore.../.../conda-envs
conda env create -f environment.yml -p /cfs/klemming/projects/supr/sllstore.../.../conda-envs/generode
```

> Note that you can save storage space in your storage project
Expand Down Expand Up @@ -65,7 +68,7 @@ following commands, replacing the path to the location of
the conda environment accordingly:

```
export CONDA_ENVS_PATH=/cfs/klemming/home/.../
export CONDA_ENVS_PATH=/cfs/klemming/projects/supr/sllstore.../.../conda-envs/
conda activate generode
```

Expand Down

0 comments on commit 6d4fabe

Please sign in to comment.