Skip to content
Snippets Groups Projects
Commit 408837b7 authored by Nikos Pappas's avatar Nikos Pappas
Browse files

Update README.md

parent 39e58424
No related branches found
No related tags found
No related merge requests found
......@@ -213,8 +213,11 @@ executing the wofkflow.
A dry-run (_always a good idea before each execution_)
```
(phap)$ snakemake -n --use-singluarity
--singularity-args "-B /path/to/databases/data:/data"
(phap)$ snakemake \
--use-singularity \
--singularity-args "-B /path/to/databases/data:/data" \
-j16 \
-np
```
Basic:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment