|
@@ -45,7 +45,7 @@ with dag:
|
|
|
task_id = 'seed_analysis_pipeline',
|
|
|
dag = dag,
|
|
|
queue='hpc_4G',
|
|
|
- bash_command = 'bash /rds/general/user/igf/home/git_repo/IGF-cron-scripts/hpc/seed_analysis_pipeline.sh '
|
|
|
+ bash_command = 'bash /rds/general/user/igf/home/git_repo/IGF-cron-scripts/hpc/seed_analysis_pipeline.sh'
|
|
|
)
|
|
|
|
|
|
update_exp_metadata >> find_new_exp_for_analysis >> seed_analysis_pipeline
|