Skip to content

Commit f676e0d

Browse files
committed
Merge branch 'main' into devel
2 parents 22b224c + 89b9811 commit f676e0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
191 KB
Loading

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ profiles {
5555
}
5656
withName:EDGER_ANALYSIS {
5757
//container = 'docker://jd21/twistnext:latest'
58-
container = 'docker://jjd21/twistnext:latest'
58+
container = 'docker://jd21/twistnext:latest'
5959
}
6060
withName:METHYLKIT_ANALYSIS {
6161
container = 'docker://jd21/twistnext:latest'
@@ -91,4 +91,4 @@ env {
9191
}
9292

9393
// Prevent pipeline from failing if a process fails
94-
process.errorStrategy = { task.exitStatus in [143,137,104,134,139] ? 'retry' : 'finish' }
94+
process.errorStrategy = { task.exitStatus in [143,137,104,134,139] ? 'retry' : 'finish' }

0 commit comments

Comments
 (0)