Skip to content

Commit

Permalink
Add DTU to xrefs list
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Dec 7, 2024
1 parent 35f7ed2 commit 515930a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion etc/update_generated_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ database_name=$(jq '."database_name"' $web_config | perl -pne 's/"(.+?)"/$1/g')
echo Generating documentation for: $database_name
echo

ABBREVS="PomBase:gene ARBA ENA AGI_LocusCode HGNC CDD DDBJ DOI PUBMED PMID ISBN EC EMBL ENSEMBL:gene FB:gene GEO GO:molecular_function HAMAP InterPro iPTMnet TIGRFAMS MGI:gene ModBase PANTHER PDB PIRSF PR PRINTS PRODOM Pfam:polypeptide_region ProDom Prosite QuickGO RGD SFLD SGD SMART SO:sequence_feature SUPERFAMILY UniPathway UniRule UniProtKB UniProtKB-KW UniProtKB-SubCell WB:gene dictyBase Cyclebase ZFIN:gene CGD TAIR:gene AlphaFold JaponicusDB RHEA CHEBI CL ComplexPortal Xenbase:gene"
ABBREVS="PomBase:gene ARBA DTU ECOCYC ENA AGI_LocusCode HGNC CDD DDBJ DOI PUBMED PMID ISBN EC EMBL ENSEMBL:gene FB:gene GEO GO:molecular_function HAMAP InterPro iPTMnet TIGRFAMS MGI:gene ModBase PANTHER PDB PIRSF PR PRINTS PRODOM Pfam:polypeptide_region ProDom Prosite QuickGO RGD SFLD SGD SMART SO:sequence_feature SUPERFAMILY UniPathway UniRule UniProtKB UniProtKB-KW UniProtKB-SubCell WB:gene dictyBase Cyclebase ZFIN:gene CGD TAIR:gene AlphaFold JaponicusDB RHEA CHEBI CL ComplexPortal Xenbase:gene"

DB_XREFS_FILE=/tmp/db-xrefs-$$.yaml

Expand Down
6 changes: 6 additions & 0 deletions src/app/config/go-xrf-abbr-external-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
"url_syntax" : "http://dx.doi.org/[example_id]",
"website" : "http://dx.doi.org/"
},
"DTU" : {
"description" : "DTU Health Tech Services",
"name" : "DTU",
"url_syntax" : null,
"website" : "http://www.cbs.dtu.dk/services"
},
"EC" : {
"description" : "Enzyme Commission",
"name" : "EC",
Expand Down

0 comments on commit 515930a

Please sign in to comment.