You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #3037, we should set the maximum cpu, memory and time limit on nf-tests. This can be mostly done by the -profile test however it is beneficial to set a hard limit when using nf-tests so accidentally not using the test profile does not cause issues.
Description of feature
Similar to #3037, we should set the maximum cpu, memory and time limit on nf-tests. This can be mostly done by the
-profile test
however it is beneficial to set a hard limit when using nf-tests so accidentally not using thetest
profile does not cause issues.See https://github.com/nf-core/rnaseq/blob/99fb7efc9d2b17a7940f745570ff162c04548bc4/tests/nextflow.config#L23-L30 for current implementation in
tests/nextflow.config
:The text was updated successfully, but these errors were encountered: