File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ def hi_c_processing_bam(input_json):
532
532
# input and output are copied once
533
533
total_size = (bamsize + other_inputsize + outsize ) * 2 + tmp_pairsamsize
534
534
safe_total_size = total_size * 2
535
- mem = 48000 # required for sorting buffer
535
+ mem = 8000 # very rough number
536
536
537
537
r = BenchmarkResult (size = safe_total_size , mem = mem , cpu = nthreads )
538
538
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ def test_benchmark12(self):
293
293
print (res )
294
294
assert 'aws' in res
295
295
assert 'recommended_instance_type' in res ['aws' ]
296
- assert res ['aws' ]['recommended_instance_type' ] == 'r5a .2xlarge'
296
+ assert res ['aws' ]['recommended_instance_type' ] == 'c6a .2xlarge'
297
297
assert res ['min_CPU' ] == 8
298
298
299
299
def test_benchmark13 (self ):
You can’t perform that action at this time.
0 commit comments