Explorar o código

fix for dag name

Avik Datta %!s(int64=3) %!d(string=hai) anos
pai
achega
a056799b3b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,