From 5b51a87c2fb1fc7c25d4aa454f3710f0a16a8c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irene=20L=C3=B3pez?= <45119610+ireneisdoomed@users.noreply.github.com> Date: Fri, 5 Jan 2024 12:58:38 +0100 Subject: [PATCH] chore: change picsed finngen outputh path to align it with `gwas_catalog_preprocess.py` --- src/airflow/dags/finngen_preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/airflow/dags/finngen_preprocess.py b/src/airflow/dags/finngen_preprocess.py index 3ca5f3907..a9f405daf 100644 --- a/src/airflow/dags/finngen_preprocess.py +++ b/src/airflow/dags/finngen_preprocess.py @@ -16,7 +16,7 @@ f"{RELEASEBUCKET}/study_locus/from_sumstats_study_locus_window_clumped/finngen" ) LD_CLUMPED = f"{RELEASEBUCKET}/study_locus/from_sumstats_study_locus_ld_clumped/finngen" -PICSED = f"{RELEASEBUCKET}/credible_set/from_sumstats_study_locus/finngen" +PICSED = f"{RELEASEBUCKET}/credible_set/from_sumstats/finngen" with DAG( dag_id=Path(__file__).stem,