BioJulia / BioAlignments.jl

Sequence alignment tools
MIT License
60 stars 24 forks source link

Update docs with alignment position #61

Closed alyst closed 2 years ago

alyst commented 2 years ago

Update docs with alignment position

This template is rather extensive. Fill out all that you can, if are a new contributor or you're unsure about any section, leave it unchanged and a reviewer will help you :smile:. This template is simply a tool to help everyone remember the BioJulia guidelines, if you feel anything in this template is not relevant, simply delete it.

Types of changes

This PR implements the following changes: No functional changes, just update the documentation with AlignmentAnchor.alnpos introduced by #44. Also serves as a gentle reminder to tag a new minor version, since this anchor functionality is only available in the master branch ;)

:clipboard: Additional detail

:ballot_box_with_check: Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #61 (f0ab859) into master (5a3354e) will increase coverage by 0.31%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   87.64%   87.95%   +0.31%     
==========================================
  Files          16       16              
  Lines        1052     1121      +69     
==========================================
+ Hits          922      986      +64     
- Misses        130      135       +5     
Impacted Files Coverage Δ
src/pairwise/algorithms/banded_needleman_wunsch.jl 75.00% <0.00%> (-1.36%) :arrow_down:
src/pairwise/algorithms/needleman_wunsch.jl 83.59% <0.00%> (-0.71%) :arrow_down:
src/anchors.jl 100.00% <0.00%> (ø)
src/pairwise/algorithms/edit_distance.jl 100.00% <0.00%> (ø)
src/pairwise/algorithms/hamming_distance.jl 100.00% <0.00%> (ø)
src/pairwise/alignment.jl 98.26% <0.00%> (+0.04%) :arrow_up:
src/submat.jl 98.29% <0.00%> (+0.21%) :arrow_up:
src/pairwise/algorithms/common.jl 90.62% <0.00%> (+0.30%) :arrow_up:
src/models.jl 85.50% <0.00%> (+0.43%) :arrow_up:
src/pairwise/algorithms/smith_waterman.jl 89.00% <0.00%> (+0.45%) :arrow_up:
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5a3354e...f0ab859. Read the comment docs.

TransGirlCodes commented 2 years ago

Thanks @alyst!

alyst commented 2 years ago

Sorry, I've realized that the alignment anchor SVG figure also have to be updated. I'm working on it at the moment.