Skip to content

Commit 42c6848

Browse files
authored
set timeout for maf table upload (#596)
1 parent eb3d5ea commit 42c6848

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

genie/process_mutation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ def process_mutation_workflow(
197197
Annotated Maf Path. None if there are no valid mutation files.
198198
199199
"""
200+
# setting maf table upload timeout time
201+
syn.table_query_timeout = 50000
202+
200203
# Get valid files
201204
mutation_files = validfiles["fileType"].isin(["maf", "vcf"])
202205
valid_mutation_files = validfiles["path"][mutation_files].tolist()

0 commit comments

Comments
 (0)