Skip to content

Commit

Permalink
[Platform]: Fix GWAS credible set summary link in credible set page (#…
Browse files Browse the repository at this point in the history
…623)

* correct id for molqtl

* change short name
  • Loading branch information
gjmcn authored Dec 12, 2024
1 parent 952627b commit 79db679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sections/src/credibleSet/MolQTLColoc/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const definition = {
id: "gwas_coloc",
id: "molqtl_coloc",
name: "MolQTL Colocalisation",
shortName: "GC",
shortName: "QC",
hasData: data => {
return data?.colocalisation?.count > 0 || data?.molqtlcolocalisation?.count > 0;
},
Expand Down

0 comments on commit 79db679

Please sign in to comment.