Skip to content

Commit b82c791

Browse files
committed
bump dbnsfp
1 parent adc4d17 commit b82c791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v03_pipeline/lib/misc/clickhouse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ class ClickhouseReferenceDataset(StrEnum):
256256
@property
257257
def all_variants_mv_timeout(self):
258258
return {
259+
ClickhouseReferenceDataset.DBNSFP: WAIT_VIEW_TIMEOUT_S * 3,
259260
ClickhouseReferenceDataset.SPLICE_AI: WAIT_VIEW_TIMEOUT_S * 10,
260261
}.get(self, WAIT_VIEW_TIMEOUT_S)
261262

0 commit comments

Comments
 (0)