fix(docs): Update get_genomic_tx_data function#445
Conversation
|
@korikuzma It looks like coordinates are converted to inter-residue before running this method, as seen in this example from the |
Should update the docstring to reflect this |
|
@korikuzma When I re-ran the tests I saw some were failing because some of the Ensembl gene versions were out of date. It looks like there may have been a update over the weekend, so I incremented the gene accession versions and now the tests pass |
korikuzma
left a comment
There was a problem hiding this comment.
Think we might want to scope the fix in the PR title: fix(docs)
get_genomic_tx_data functionget_genomic_tx_data function
closes #443
I investigated this function further and it seems the issue may have been that more clarification was needed for this part of the function docstrings:
Since UTA uses inter-residue coordinates, I interpreted this as describing the inter-residue coordinates for a part of sequence that is being examined. I updated the docstrings to describe this, and modified the tests so that both positive and negative transcripts are being examined.