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 = \