Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions igf_airflow/utils/dag43_cosmx_export_and_qc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ def generate_count_qc_report(
singularity_options=['-C'],
allow_errors=False,
singularity_image_path=COSMX_QC_REPORT_IMAGE1,
timeout=3600,
timeout=18000,
no_input=True)
output_notebook, _ = \
nb.execute_notebook_in_singularity()
Expand Down Expand Up @@ -901,7 +901,7 @@ def generate_fov_qc_report(
singularity_options=['-C', '--no-home'],
allow_errors=False,
singularity_image_path=COSMX_QC_REPORT_IMAGE1,
timeout=3600,
timeout=18000,
no_input=True)
output_notebook, _ = \
nb.execute_notebook_in_singularity()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Important notes
- The exported files will remain available on Globus for 30 days and will then be removed.
- For future or repeated exports, you will need to either:
- run exports and QC checks independently, or
- request an AtoMx standalone account for longterm access and data management.
- request an AtoMx standalone account for long term access and data management.

Our AtoMx account may require cleanup of older slides in the future to make space for new projects.

Expand Down
Loading