Skip to content

Commit

Permalink
fix: updating study index generation from gwas flat files
Browse files Browse the repository at this point in the history
  • Loading branch information
DSuveges committed Mar 4, 2024
1 parent 655a5f3 commit d4dd97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gentropy/datasource/gwas_catalog/study_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def _parse_study_table(
parse_efos(f.col("MAPPED BACKGROUND TRAIT URI")).alias(
"backgroundTraitFromSourceMappedIds"
),
cls.parse_cohorts(f.col("COHORTS")).alias("cohorts"),
cls.parse_cohorts(f.col("COHORT")).alias("cohorts"),
),
_schema=StudyIndexGWASCatalog.get_schema(),
)
Expand Down

0 comments on commit d4dd97e

Please sign in to comment.