Browse Source

fix for dag name

Avik Datta 3 years ago
parent
commit
a056799b3b
1 changed files with 1 additions and 1 deletions
  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,