Explorar el Código

fix for tar extract and chmod

Avik Datta hace 3 años
padre
commit
5fb95e2b3b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      dags/dag14_crick_seqrun_transfer.py

+ 0 - 1
dags/dag14_crick_seqrun_transfer.py

@@ -61,7 +61,6 @@ with dag:
       task_id='extract_tar_file',
       dag=dag,
       queue='hpc_4G',
-      params={'hpc_seqrun_base_path': HPC_SEQRUN_BASE_PATH},
       python_callable=extract_tar_file_func)
   #check_and_transfer_run = \
   #  BashOperator(