Skip to content
Snippets Groups Projects
Commit 3f59deba authored by Bollen's avatar Bollen
Browse files

formula fix

parent ad06f674
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ As a rough estimate of the total number of jobs in pipeline you can use
the followig formula:
```math
jobs = 4+(22*n_samples)+(1*n_samples*n_beds)+(1*n_samples*n_chunks)+(1*n_chunks)
jobs = 4+(22*n_{samples})+(1*n_{samples}*n_{beds})+(1*n_{samples}*n_{chunks})+(1*n_{chunks})
```
This gives about 12,000 jobs for a 96-sample run with 2 bed files and 100 chunks.
......
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