Skip to content

Commit 13d7f7c

Browse files
committed
multicoreParam > 4
1 parent 5e000d9 commit 13d7f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/episodes/9.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This type of analysis is referred to as **differential abundance analysis**.
6767
k = 60,
6868
d = 50,
6969
reduced.dim = "corrected",
70-
BPPARAM = MulticoreParam(7))
70+
BPPARAM = MulticoreParam(4))
7171
```
7272

7373
A couple of things to note about this:

0 commit comments

Comments
 (0)