Skip to content

Commit

Permalink
AG-975: Update GenomicsDB resource link
Browse files Browse the repository at this point in the history
  • Loading branch information
JessterB committed Feb 3, 2023
1 parent 6cf2592 commit fa5da60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class GeneResourcesComponent {
description:
'View this gene on the National Institute on Aging Genetics of Alzheimer\'s Disease Data Storage Site (NIAGADS) Genomics Database.',
linkText: 'Visit Genomics DB',
link: `https://www.niagads.org/genomics/showRecord.do?name=GeneRecordClasses.GeneRecordClass&source_id=${this.gene?.ensembl_gene_id}`,
link: `https://www.niagads.org/genomics/app/record/gene/${this.gene?.ensembl_gene_id}`,
},
{
title: 'AD Atlas',
Expand Down

0 comments on commit fa5da60

Please sign in to comment.