Skip to content

Commit

Permalink
Increase timeout for azimuth http requests
Browse files Browse the repository at this point in the history
  • Loading branch information
axdanbol committed Mar 4, 2024
1 parent e8af375 commit af0f051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/azimuth/context/run_azimuth.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ matrix_path <- args[1]
reference <- args[2]

# Annotate
options(timeout=60 * 60)
output_data <- RunAzimuth(matrix_path, reference=reference)

# Save and convert to h5ad
Expand Down

0 comments on commit af0f051

Please sign in to comment.