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!: use stronger type claims #18

Merged
merged 2 commits into from
Jan 19, 2024
Merged

feat!: use stronger type claims #18

merged 2 commits into from
Jan 19, 2024

Conversation

jsstevenson
Copy link
Member

close #11

makes it a little bit more consistent with pyliftover types

@@ -113,15 +113,30 @@ def convert_coordinate(
:return: list of coordinate matches (possibly empty)
"""
try:
result = self._chainlifter.lift(chrom, pos, strand)
results = self._chainlifter.lift(chrom, pos, strand)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to update the return type?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...yes...

@jsstevenson jsstevenson merged commit 0952c5b into main Jan 19, 2024
25 checks passed
@jsstevenson jsstevenson deleted the issue-11 branch January 19, 2024 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix types
2 participants