nf-core / configs

Config files used to define parameters specific to compute environments at different Institutions
https://nf-co.re/configs
MIT License
79 stars 260 forks source link

Update nyu_hpc.config #673

Closed genericdata closed 1 month ago

genericdata commented 2 months ago

name: Update nyu_hpc.config

Add/update

    scratch = true
    maxRetries = 3
    errorStrategy = { task.attempt <=3 ? 'retry' : 'finish' }
    cache = 'lenient'