Skip to content

Commit

Permalink
chore: change picsed finngen outputh path (#385)
Browse files Browse the repository at this point in the history
to align it with `gwas_catalog_preprocess.py`
  • Loading branch information
ireneisdoomed authored Jan 5, 2024
1 parent 2121982 commit ac1064f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/airflow/dags/finngen_preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ac1064f

Please sign in to comment.