Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3003 from NCI-GDC/develop
Browse files Browse the repository at this point in the history
Sync develop with release/dr32
  • Loading branch information
ProfOak authored Mar 3, 2022
2 parents 91470b5 + 7b07f7e commit b779d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packages/@ncigdc/utils/externalReferenceLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ export default {
cosm: id => `http://cancer.sanger.ac.uk/cosmic/mutation/overview?id=${id}`,
cosn: id => `http://cancer.sanger.ac.uk/cosmic/ncv/overview?id=${id}`,
dbsnp: id => `https://www.ncbi.nlm.nih.gov/projects/SNP/snp_ref.cgi?rs=${id}`,
ensembl: id => `http://may2015.archive.ensembl.org/Homo_sapiens/Gene/Summary?db=core;g=${id}`,
ensembl: id => `http://nov2020.archive.ensembl.org/Homo_sapiens/Gene/Summary?db=core;g=${id}`,
entrez_gene: id => `http://www.ncbi.nlm.nih.gov/gene/${id}`,
hgnc: id => `https://www.genenames.org/data/gene-symbol-report/#!/hgnc_id/${id}`,
omim_gene: id => `http://omim.org/entry/${id}`,
transcript: id => `http://feb2014.archive.ensembl.org/Homo_sapiens/Transcript/Summary?db=core;t=${id}`,
transcript: id => `http://nov2020.archive.ensembl.org/Homo_sapiens/Transcript/Summary?db=core;t=${id}`,
uniprotkb_swissprot: id => `http://www.uniprot.org/uniprot/${id}`,
};

0 comments on commit b779d51

Please sign in to comment.