diff --git a/src/cool_seq_tool/sources/uta_database.py b/src/cool_seq_tool/sources/uta_database.py index e993ef6..319324f 100644 --- a/src/cool_seq_tool/sources/uta_database.py +++ b/src/cool_seq_tool/sources/uta_database.py @@ -394,10 +394,10 @@ async def gene_exists(self, gene: str) -> bool: return result[0][0] async def transcript_exists(self, transcript: str) -> bool: - """Return whether or not a transcript exists in the UTA tx_exon_aln_v table + """Return whether or not a transcript exists in the UTA ``tx_exon_aln_v`` table :param transcript: A transcript accession - :return ``True`` if transcript exists in UTA, ``False`` if not + :return: ``True`` if transcript exists in UTA, ``False`` if not """ query = f""" SELECT EXISTS(