Skip to content

Commit

Permalink
changed trigger rule
Browse files Browse the repository at this point in the history
  • Loading branch information
avikdatta committed Feb 5, 2024
1 parent fdc9c36 commit cac29c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions igf_airflow/utils/dag33_geomx_processing_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,7 @@ def copy_data_to_globus(analysis_dir_dict: dict) -> None:
task_id="send_email_to_user",
retry_delay=timedelta(minutes=5),
retries=4,
trigger_rule="none_failed_min_one_success",
queue='hpc_4G')
def send_email_to_user(
send_email: bool = True,
Expand Down
2 changes: 0 additions & 2 deletions igf_airflow/utils/dag34_cellranger_multi_scRNA_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,6 @@ def move_aggr_result_to_main_work_dir(
retry_delay=timedelta(minutes=5),
retries=4,
queue='hpc_8G',
trigger_rule="none_failed",
multiple_outputs=False)
def calculate_md5sum_for_main_work_dir(main_work_dir: str) -> str:
try:
Expand Down Expand Up @@ -1053,7 +1052,6 @@ def calculate_md5sum_for_main_work_dir(main_work_dir: str) -> str:
task_id="load_cellranger_results_to_db",
retry_delay=timedelta(minutes=5),
retries=4,
trigger_rule="none_failed_min_one_success",
queue='hpc_4G')
def load_cellranger_results_to_db(
main_work_dir: str,
Expand Down

0 comments on commit cac29c7

Please sign in to comment.