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

[0.2.0] add alignment_score() function to Python API #19

Merged
merged 3 commits into from
Aug 22, 2024

Conversation

andrew-titus
Copy link
Collaborator

This adds the Needleman-Wunsch alignment score function to the public Python API.

Fixes #18

@andrew-titus andrew-titus requested a review from lopez86 August 20, 2024 20:53
Copy link
Collaborator

@lopez86 lopez86 left a comment

Choose a reason for hiding this comment

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

A few minor comments

rust/src/lib.rs Outdated Show resolved Hide resolved
src/sequence_align/pairwise.py Outdated Show resolved Hide resolved
tests/unit/test_alignment_score.py Outdated Show resolved Hide resolved
@andrew-titus andrew-titus requested a review from lopez86 August 21, 2024 13:57
lopez86
lopez86 previously approved these changes Aug 22, 2024
rust/src/lib.rs Outdated Show resolved Hide resolved
@andrew-titus andrew-titus merged commit 782f0f8 into main Aug 22, 2024
15 checks passed
@andrew-titus andrew-titus deleted the alignment_scores branch August 22, 2024 13:59
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.

[Feature Request] Function for just getting the alignment scores
2 participants