Browse Source

fix for tar extract and chmod

Avik Datta 3 years ago
parent
commit
5fb95e2b3b
1 changed files with 0 additions and 1 deletions
  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(