Skip to content

Commit

Permalink
[Platform]: rename gwas credible set datasource (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa authored Dec 9, 2024
1 parent 735b513 commit cb58479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const dataSources = [
{
id: "gwas_credible_sets",
sectionId: "gwasCredibleSets",
label: "GWAS credible sets",
label: "GWAS associations",
aggregation: "Genetic association",
aggregationId: "genetic_association",
weight: 1,
Expand Down
4 changes: 2 additions & 2 deletions packages/sections/src/evidence/GWASCredibleSets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { isPrivateEvidenceSection } from "../../utils/partnerPreviewUtils";
const id = "gwas_credible_sets";
export const definition = {
id,
name: "GWAS credible sets",
shortName: "GC",
name: "GWAS associations",
shortName: "GW",
hasData: data => data.gwasCredibleSets.count > 0,
isPrivate: isPrivateEvidenceSection(id),
};

0 comments on commit cb58479

Please sign in to comment.