Skip to content

Commit

Permalink
add tip on conda channel priorities
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichl committed Nov 23, 2023
1 parent 794a2f5 commit 1eae07f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ Here are some tips for better understanding and troubleshooting that I found use
```console
snakemake --dag --forceall | dot -Tsvg > workflow/dags/all_DAG.svg
```
- in case of errors during installations, make dure your conda channel priorities are set to "strict"
```console
conda config --set channel_priority strict
```
- Finally, if you want to **develop your own workflows/modules** start with the excellent [tutorial](https://snakemake.readthedocs.io/en/stable/tutorial/tutorial.html) from the documentation.

# Resources
Expand Down

0 comments on commit 1eae07f

Please sign in to comment.