AlexsLemonade / OpenScPCA-nf

A workflow for running OpenScPCA analysis modules
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Replace`checkMax` with `process.resourceLimits` #50

Closed jashapiro closed 5 months ago

jashapiro commented 5 months ago

The latest version of Nextflow now has a number of improvements. One of these is native support for resource limits, as described in https://nextflow.io/blog/2024/nextflow-2404-highlights.html#resource-limits. We should implement this to simplify some of the configurations to make them easier to update in the future.

We will need to be sure to set the current minimum version of Nextflow to match.

jashapiro commented 5 months ago

closed by #50