Skip to content

Commit

Permalink
created task group for common tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
avikdatta committed Feb 6, 2024
1 parent 3cc8da5 commit dda9901
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion igf_airflow/utils/dag34_cellranger_multi_scRNA_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,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

0 comments on commit dda9901

Please sign in to comment.