-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: add starting_assembly as argument when using genomic_to_tx_segment #391
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you also need to pull in changes from main in both of your PRs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Holding off my review until #384 gets merged
if not genomic_ac_validation: | ||
grch38_ac = await self.uta_db.get_newest_assembly_ac(genomic_ac) | ||
if grch38_ac: | ||
genomic_ac = grch38_ac[0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth adding something in the docstrings (for both private + public method) about version will be ignored for GRCh37?
closes #390