Skip to content

Commit 51503cf

Browse files
authored
Apply suggestion from @bgruening
1 parent c5c2fd3 commit 51503cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,23 +1220,23 @@ tools:
12201220
cores: 32
12211221
mem: 244
12221222
rules:
1223-
- id: bwa_mem2_small_input_rule
1223+
- id: tpvdb_bwa_mem2_small_input_rule
12241224
if: input_size < 0.25
12251225
cores: 2
12261226
mem: 7.6
1227-
- id: bwa_mem2_medium_input_rule
1227+
- id: tpvdb_bwa_mem2_medium_input_rule
12281228
if: 0.25 <= input_size < 16
12291229
cores: 8
12301230
mem: 28
1231-
- id: bwa_mem2_large_input_rule
1231+
- id: tpvdb_bwa_mem2_large_input_rule
12321232
if: 16 <= input_size < 32
12331233
cores: 16
12341234
mem: 58
1235-
- id: bwa_mem2_xlarge_input_rule
1235+
- id: tpvdb_bwa_mem2_xlarge_input_rule
12361236
if: 32 <= input_size < 64
12371237
cores: 24
12381238
mem: 120
1239-
- id: bwa_mem2_history_reference_rule
1239+
- id: tpvdb_bwa_mem2_history_reference_rule
12401240
if: |
12411241
helpers.job_args_match(job, app, {"reference_source": {"reference_source_selector": "history"}})
12421242
# per https://github.com/bwa-mem2/bwa-mem2/issues/41 it's 28 * reference

0 commit comments

Comments
 (0)