Skip to content

Commit

Permalink
fix: gwas_catalog_sumstat_preprocess no longer needs study_id
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa committed Nov 26, 2023
1 parent 55e21be commit 55046b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/airflow/dags/gwas_catalog_harmonisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def submit_jobs(**kwargs: Any) -> None:
other_args=[
f"step.raw_sumstats_path=gs://{SUMMARY_STATS_BUCKET_NAME}/{input_path}",
f"step.out_sumstats_path=gs://{SUMMARY_STATS_BUCKET_NAME}/harmonised/{study_id}.parquet",
f"step.study_id={study_id}",
],
)

Expand Down

0 comments on commit 55046b5

Please sign in to comment.