Explorar el Código

fix for dag name

Avik Datta hace 3 años
padre
commit
a056799b3b
Se han modificado 1 ficheros con 1 adiciones y 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,