Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Aug 21, 2024
1 parent 7c47c12 commit 0014874
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cool_seq_tool/mappers/exon_genomic_coords.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,9 @@ async def _get_alt_ac_start_and_end(
) -> tuple[tuple[GenomicAlnData, GenomicAlnData] | None, str | None]:
"""Get aligned genomic coordinates for transcript exon start and end.
``tx_exon_start`` and ``tx_exon_end`` will always have transcript and genomic
accession.
:param tx_ac: Transcript accession
:param tx_exon_start: Transcript's exon start coordinates. If not provided,
must provide ``tx_exon_end``
Expand Down

0 comments on commit 0014874

Please sign in to comment.