Skip to content

Commit 4086561

Browse files
committed
add star align exit
1 parent 20161fa commit 4086561

File tree

1 file changed

+3
-0
lines changed
  • RNAseq/Workflow_Documentation/NF_RCP/workflow_code/conf

1 file changed

+3
-0
lines changed

RNAseq/Workflow_Documentation/NF_RCP/workflow_code/conf/slurm.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ process {
3737
withName:ALIGN_STAR {
3838
cpus = { 4 }
3939
memory = { 48.GB * task.attempt }
40+
errorStrategy = {
41+
[137].contains(task.exitStatus) ? 'retry' : 'terminate'
42+
}
4043
}
4144
withName:SORT_AND_INDEX_BAM {
4245
//

0 commit comments

Comments
 (0)