Skip to content

Commit 96d67b9

Browse files
committed
Adds error_ignore label to modules
1 parent eb8b455 commit 96d67b9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/af3_fold.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
process AF3_FOLD {
22
tag "$id"
33
label "gpu"
4+
label "error_ignore"
45
publishDir "${params.output_dir}", mode: 'copy', pattern: "folds/*"
56

67
input:

modules/af3_msa.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
process AF3_MSA {
22
tag "$id"
33
label "process_high"
4+
label "error_ignore"
45
publishDir "${params.output_dir}/msa/$id", mode: 'copy', pattern: "${id}_data.json"
56

67
input:

0 commit comments

Comments
 (0)