diff --git a/etc/update_generated_files.sh b/etc/update_generated_files.sh index ebcf4eaa..019a0083 100755 --- a/etc/update_generated_files.sh +++ b/etc/update_generated_files.sh @@ -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 diff --git a/src/app/config/go-xrf-abbr-external-links.json b/src/app/config/go-xrf-abbr-external-links.json index e6927a8a..138a002e 100644 --- a/src/app/config/go-xrf-abbr-external-links.json +++ b/src/app/config/go-xrf-abbr-external-links.json @@ -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",