Skip to content

Commit

Permalink
Adding new ega_dataset tag for EGA datasets links.
Browse files Browse the repository at this point in the history
  • Loading branch information
brittneydwick committed Jan 4, 2023
1 parent ff09769 commit c444c30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cbPyLib/cellbrowser/cbWeb/js/cellBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ var cellbrowser = function() {
"pmcid" : "PubMed Fulltext",
"sra_study" : "NCBI Short-Read Archive",
"ega_study" : "European Genotype-Phenot. Archive",
"ega_dataset" "European Genotype-Phenot. Archive",
"bioproject" : "NCBI Bioproject",
"dbgap" : "NCBI DbGaP",
"biorxiv_url" : "BioRxiv preprint",
Expand All @@ -607,6 +608,7 @@ var cellbrowser = function() {
"sra_study" : "https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=",
"bioproject" : "https://www.ncbi.nlm.nih.gov/bioproject/",
"ega_study" : "https://ega-archive.org/studies/",
"ega_dataset" : "https://ega-archive.org/datasets/",
"pmid" : "https://www.ncbi.nlm.nih.gov/pubmed/",
"pmcid" : "https://www.ncbi.nlm.nih.gov/pmc/articles/",
"dbgap" : "https://www.ncbi.nlm.nih.gov/projects/gap/cgi-bin/study.cgi?study_id=",
Expand Down

0 comments on commit c444c30

Please sign in to comment.