Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abbyevewilliams authored Feb 26, 2025
1 parent 4f471f6 commit 4af32c9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ Use conda/mamba to install the environment from the `environment.yaml` provided.

`conda create --prefix ./snakemake-env --file environment.yaml`

You should edit the file paths in `config/config.yaml` and add any appropriate profiles in `profiles/` before running snakemake.
Do the following prior to running:
- edit file paths in `config/config.yaml`
- add any appropriate profiles in `profiles/`
- edit the `run.sh` depending on your HPC environment

To run snakemake on a slurm-based cluster, run the pipeline with:
To run snakemake, run:

`sbatch run.sh`

Expand Down

0 comments on commit 4af32c9

Please sign in to comment.