Commit e738e819 authored by Kevin Kunzmann's avatar Kevin Kunzmann

Update README.md

parent 54e022db
...@@ -76,7 +76,7 @@ for reference. ...@@ -76,7 +76,7 @@ for reference.
4. Adjust tissues, data date, and target cohort in `config/parameters.yaml` 4. Adjust tissues, data date, and target cohort in `config/parameters.yaml`
4. Run the pipeline 4. Run the pipeline
``` ```
singularity exec -H $PWD -j 1 [container-name].sif snakemake all singularity exec -H $PWD [container-name].sif snakemake -j 1 all
``` ```
Here `-j 1` specifies the maximal number of parallel jobs. Here `-j 1` specifies the maximal number of parallel jobs.
Increase this on more powerful machines but bear in mind that roughly 16Gb Increase this on more powerful machines but bear in mind that roughly 16Gb
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment