Skip to content

Commit 3e73aa7

Browse files
committed
removing array invocations where they occur because they causes crashes with a local executor
1 parent b5daaf1 commit 3e73aa7

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

modules/bedtools.nf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ process GET_PRIMER_SEQS {
22

33
/* */
44

5-
array 1000
6-
75
errorStrategy { task.attempt < 3 ? 'retry' : 'ignore' }
86
maxRetries 2
97

modules/chopper.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ process FILTER_WITH_CHOPPER {
66
errorStrategy { task.attempt < 3 ? 'retry' : 'ignore' }
77
maxRetries 2
88

9-
array 1000
109
cpus 4
1110

1211
input:

modules/primer_patterns.nf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ process GET_PRIMER_PATTERNS {
22

33
/* */
44

5-
array 1000
6-
75
errorStrategy { task.attempt < 3 ? 'retry' : 'ignore' }
86
maxRetries 2
97

modules/seqkit.nf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ process SORT_AND_COMPRESS_TO_FASTA {
55
errorStrategy { task.attempt < 3 ? 'retry' : 'ignore' }
66
maxRetries 2
77

8-
array 1000
98
cpus 3
109

1110
input:
@@ -54,7 +53,6 @@ process FIND_COMPLETE_AMPLICONS {
5453
errorStrategy { task.attempt < 3 ? 'retry' : 'ignore' }
5554
maxRetries 2
5655

57-
array 1000
5856
cpus 3
5957

6058
input:

0 commit comments

Comments
 (0)