Skip to content

Commit

Permalink
Update cool_seq_tool/sources/uta_database.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kori Kuzma <[email protected]>
  • Loading branch information
katiestahl and korikuzma authored Oct 12, 2023
1 parent 36b6e76 commit ffc15e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cool_seq_tool/sources/uta_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,9 +875,9 @@ async def get_transcripts_from_gene(
:param str gene: Gene symbol
:param start_pos: Start position change.
If not provided, all transcripts associated with the gene or accession will be returned.
If not provided and `end_pos` not provided, all transcripts associated with the gene and/or accession will be returned.
:param end_pos: End position change
If not provided, all transcripts associated with the gene or accession will be returned.
If not provided and `start_pos` not provided, all transcripts associated with the gene and/or accession will be returned.
:param use_tx_pos: `True` if querying on transcript position. This means
`start_pos` and `end_pos` are c. coordinate positions `False` if querying on
genomic position. This means `start_pos` and `end_pos` are g. coordinate
Expand Down

0 comments on commit ffc15e2

Please sign in to comment.