Skip to content

Commit

Permalink
Update README.md and fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
verku authored Nov 4, 2024
1 parent 63c78c3 commit 650cdba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/slurm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ version. The latest conda environment contains the Snakemake
executor plugin for slurm:

```
conda create -f environment.yml -n generode
conda env create -f environment.yml -n generode
```

If you want to create a conda environment in a different location
than your home directory, you can provide a path to a directory
for the conda environment to be installed in:

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

4) Copy the configuration file `config/slurm/profile/config_plugin_dardel.yaml`
Expand Down

0 comments on commit 650cdba

Please sign in to comment.