We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998d853 commit a137972Copy full SHA for a137972
rnacentral/portal/models/accession.py
@@ -223,7 +223,7 @@ def get_expert_db_external_url(self):
223
"PLNCDB": "https://www.tobaccodb.org/plncdb/nunMir?plncdb_id={id}",
224
"DICTYBASE": "http://dictybase.org/gene/{id}",
225
"SILVA": "http://www.arb-silva.de/browser/{lsu_ssu}/silva/{id}",
226
- "POMBASE": "http://www.pombase.org/spombe/result/{id}",
+ "POMBASE": "http://www.pombase.org/gene/{id}",
227
"GREENGENES": "https://www.ebi.ac.uk/ena/browser/view/{id}.{version}",
228
"NONCODE": "http://www.noncode.org/show_rna.php?id={id}&version={version}",
229
"LNCIPEDIA": "http://www.lncipedia.org/db/transcript/{id}",
0 commit comments