Avik Datta 4 年之前
父节点
当前提交
5b3a8b1cd9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dags/dag12_nextflow_chipseq_pipeline.py

+ 1 - 1
dags/dag12_nextflow_chipseq_pipeline.py

@@ -43,7 +43,7 @@ with dag:
       queue='hpc_4G',
       python_callable=fetch_nextflow_analysis_info_and_branch_func,
       params={'no_analysis_task':'no_analysis',
-              'active_tasks':['prep_nf_atacseq_run'],
+              'active_tasks':['prep_nf_chipseq_run'],
               'analysis_description_xcom_key':'analysis_description'})
   ## TASK
   prep_nf_chipseq_run = \