File tree Expand file tree Collapse file tree 4 files changed +0
-7
lines changed
Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments