gdrplatform / gDRcore

R package to process dose-response curve data with the GR methods
https://gdrplatform.github.io/gDRcore
1 stars 1 forks source link

Gdr 1615 #23

Closed bczech closed 1 year ago

bczech commented 1 year ago

Description

What changed?

Changed logic for cores identification Related JIRA issue: GDR-1615

Why was it changed?

The previous logic failed because of the setting -1 cores on GRAN. In the documentation we can found, that usage of BiocParallel::multicoreWorkers() is equivalent for parallel::detectCores()-2 and it by default does not allow for negative values.

Checklist for sustainable code base

Logistic checklist

Screenshots (optional)