We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09bbbcf commit a1b1d65Copy full SHA for a1b1d65
rnacentral/portal/models/xref.py
@@ -703,7 +703,7 @@ def get_gencode_transcript_id(self):
703
def get_gencode_ensembl_url(self):
704
"""Get Ensembl URL for GENCODE transcripts."""
705
ensembl_transcript_id = self.get_gencode_transcript_id()
706
- if ensembl_transcript_id:
+ if ensembl_transcript_id and self.accession.species:
707
url = (
708
"http://ensembl.org/{species}/Transcript/Summary?db=core;t={id}".format(
709
id=ensembl_transcript_id,
0 commit comments