Browse Source

minor change

Avik Datta 3 years ago
parent
commit
b12220e60a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dags/dag14_crick_seqrun_transfer.py

+ 1 - 1
dags/dag14_crick_seqrun_transfer.py

@@ -86,7 +86,7 @@ with dag:
       pool='crick_ftp_pool',
       queue='wells',
       ssh_conn_id="crick_sftp_conn",
-      local_filepath="/rds/general/project/genomics-facility-archive-2019/ephemeral/{{ dag_run.conf['seqrun_id'] }}.tar.gz",
+      local_filepath="/rds/general/user/igf/ephemeral/{{ dag_run.conf['seqrun_id'] }}.tar.gz",
       remote_filepath="/users/dattaa/runs/{{ dag_run.conf['seqrun_id'] }}.tar.gz",
       operation='get'
     )