浏览代码

fix for dag name

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

+ 1 - 1
dags/dag12_nextflow_chipseq_pipeline.py

@@ -28,7 +28,7 @@ default_args = {
 
 dag = \
   DAG(
-    dag_id='dag10_nextflow_chipseq_pipeline',
+    dag_id='dag12_nextflow_chipseq_pipeline',
     schedule_interval=None,
     tags=['hpc','analysis','nextflow','chipseq'],
     default_args=default_args,