Browse Source

fix for box

Avik Datta 3 years ago
parent
commit
35d9965bf7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dags/dag9_tenx_single_cell_immune_profiling.py

+ 1 - 1
dags/dag9_tenx_single_cell_immune_profiling.py

@@ -624,7 +624,7 @@ with dag:
               'collection_table':'sample',
               'collect_remote_file':True})
   upload_scvelo_report_to_box = \
-    DummyOperator(
+    PythonOperator(
       task_id='upload_scvelo_report_to_box',
       dag=dag,
       queue='hpc_4G',