We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3d5ea commit 42c6848Copy full SHA for 42c6848
genie/process_mutation.py
@@ -197,6 +197,9 @@ def process_mutation_workflow(
197
Annotated Maf Path. None if there are no valid mutation files.
198
199
"""
200
+ # setting maf table upload timeout time
201
+ syn.table_query_timeout = 50000
202
+
203
# Get valid files
204
mutation_files = validfiles["fileType"].isin(["maf", "vcf"])
205
valid_mutation_files = validfiles["path"][mutation_files].tolist()
0 commit comments