Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield authored Apr 15, 2024
1 parent 4095c97 commit ad906c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,10 @@ $ nextflow run main.nf -profile <docker/singularity> \
--input assets/example_input.json \
--outdir downloads \
--secret_key key \
--threads 10
--threads 10
```

When using a grid executor, `--threads` will control the number of jobs submitted to the scheduler.
When using a grid executor, `--threads` will control the number of jobs submitted to the scheduler. If you want to submit lots of jobs to the scheduler, set `--threads 0`.

If you're running globflow on a desktop computer, try setting `--threads` to the number of CPUs you have.

Expand Down

0 comments on commit ad906c1

Please sign in to comment.