Skip to content

Function to fix the issue of returning the reference sequence in a pairwise alignment.#97

Open
Susu26 wants to merge 5 commits intoBioJulia:masterfrom
Susu26:master
Open

Function to fix the issue of returning the reference sequence in a pairwise alignment.#97
Susu26 wants to merge 5 commits intoBioJulia:masterfrom
Susu26:master

Conversation

@Susu26
Copy link
Copy Markdown

@Susu26 Susu26 commented Mar 13, 2026

Fix #55.

@kescobo
Copy link
Copy Markdown
Member

kescobo commented Mar 13, 2026

Thanks for the contribution! Would you please add a test for this function as well?

Comment thread src/pairwise/alignment.jl Outdated
Comment thread src/pairwise/alignment.jl Outdated
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.22%. Comparing base (ceb3fe6) to head (8d7ce92).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
- Coverage   88.72%   88.22%   -0.51%     
==========================================
  Files          17       16       -1     
  Lines        1224     1180      -44     
==========================================
- Hits         1086     1041      -45     
- Misses        138      139       +1     
Flag Coverage Δ
unittests 88.22% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Get reference and query from PairwiseAlignment

2 participants