1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

icr_davros sarek config description

This commit is contained in:
Adrian Larkeryd 2020-04-08 11:56:17 +01:00
parent 78be4b358e
commit 405801638a

View file

@ -1,3 +1,8 @@
/*
* -------------------------------------------------
* Nextflow nf-core config file for ICR davros HPC
* -------------------------------------------------
*/
process {
errorStrategy = {task.exitStatus in [104,134,137,139,141,143,255] ? 'retry' : 'finish'}
maxRetries = 5