Explorar el Código

updated flow for dag9

Avik Datta hace 3 años
padre
commit
529205fe83
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      dags/dag9_tenx_single_cell_immune_profiling.py

+ 2 - 0
dags/dag9_tenx_single_cell_immune_profiling.py

@@ -1005,6 +1005,8 @@ with dag:
   upload_cellranger_report_to_ftp >> update_analysis_and_status
   upload_cellranger_report_to_box >> update_analysis_and_status
   upload_cram_to_irods >> update_analysis_and_status
+  upload_scvelo_report_to_box >> update_analysis_and_status
+  upload_scvelo_report_to_ftp >> update_analysis_and_status
   ## TASK
   update_qc_pages = \
     PythonOperator(