Skip to content
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

Merged
merged 21 commits into from
Jan 8, 2025

Conversation

jarbesfeld
Copy link
Contributor

closes #390

@jarbesfeld jarbesfeld added enhancement New feature or request priority:high High priority stale-exempt labels Jan 3, 2025
@jarbesfeld jarbesfeld requested a review from korikuzma January 3, 2025 18:00
@jarbesfeld jarbesfeld self-assigned this Jan 3, 2025
Copy link
Member

@korikuzma korikuzma left a 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

src/cool_seq_tool/mappers/exon_genomic_coords.py Outdated Show resolved Hide resolved
src/cool_seq_tool/mappers/exon_genomic_coords.py Outdated Show resolved Hide resolved
src/cool_seq_tool/mappers/exon_genomic_coords.py Outdated Show resolved Hide resolved
src/cool_seq_tool/mappers/exon_genomic_coords.py Outdated Show resolved Hide resolved
src/cool_seq_tool/mappers/exon_genomic_coords.py Outdated Show resolved Hide resolved
Copy link
Member

@korikuzma korikuzma left a 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

@korikuzma korikuzma changed the base branch from main to issue-383 January 7, 2025 17:04
Base automatically changed from issue-383 to main January 7, 2025 17:53
@jarbesfeld jarbesfeld requested a review from korikuzma January 7, 2025 18:26
src/cool_seq_tool/mappers/exon_genomic_coords.py Outdated Show resolved Hide resolved
src/cool_seq_tool/mappers/exon_genomic_coords.py Outdated Show resolved Hide resolved
tests/mappers/test_exon_genomic_coords.py Show resolved Hide resolved
tests/mappers/test_exon_genomic_coords.py Outdated Show resolved Hide resolved
@jarbesfeld jarbesfeld changed the title feat!: Specify assembly when using genomic_to_tx_segment feat!: add starting_assembly as argument when using genomic_to_tx_segment Jan 7, 2025
@jarbesfeld jarbesfeld requested a review from korikuzma January 7, 2025 22:08
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]
Copy link
Member

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?

@jarbesfeld jarbesfeld requested a review from korikuzma January 8, 2025 16:59
@jarbesfeld jarbesfeld requested a review from korikuzma January 8, 2025 17:02
@jarbesfeld jarbesfeld merged commit a43932f into main Jan 8, 2025
12 checks passed
@jarbesfeld jarbesfeld deleted the issue-390 branch January 8, 2025 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:high High priority stale-exempt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Require assembly parameter for genomic_to_tx_segment
2 participants