BioJulia / BioAlignments.jl

Sequence alignment tools
MIT License
60 stars 24 forks source link

Release v2.3.0 #85

Closed MillironX closed 1 year ago

MillironX commented 1 year ago

This is a dummy PR is for reviewers and CI to check on the features being added for BioAlignments v2.3.0. It contains

  1. Merged #83
  2. Regular version-bumping stuff

Assume CI passes and no one objects, I hope to release this the morning (Kansas time) of October 1st. This should be the last patch to hit BioAlignments v2, and we should be able to put this funky branching system behind us and be able to use PRs from here on.

codecov[bot] commented 1 year ago

Codecov Report

Base: 88.08% // Head: 87.60% // Decreases project coverage by -0.47% :warning:

Coverage data is based on head (eceafe6) compared to base (782063c). Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #85 +/- ## ========================================== - Coverage 88.08% 87.60% -0.48% ========================================== Files 16 16 Lines 1133 1138 +5 ========================================== - Hits 998 997 -1 - Misses 135 141 +6 ``` | [Impacted Files](https://codecov.io/gh/BioJulia/BioAlignments.jl/pull/85?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia) | Coverage Δ | | |---|---|---| | [src/alignedseq.jl](https://codecov.io/gh/BioJulia/BioAlignments.jl/pull/85/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia#diff-c3JjL2FsaWduZWRzZXEuamw=) | `94.93% <0.00%> (-2.47%)` | :arrow_down: | | [src/pairwise/alignment.jl](https://codecov.io/gh/BioJulia/BioAlignments.jl/pull/85/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia#diff-c3JjL3BhaXJ3aXNlL2FsaWdubWVudC5qbA==) | `96.58% <0.00%> (-1.68%)` | :arrow_down: | | [src/pairwise/result.jl](https://codecov.io/gh/BioJulia/BioAlignments.jl/pull/85/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia#diff-c3JjL3BhaXJ3aXNlL3Jlc3VsdC5qbA==) | `44.00% <0.00%> (-1.84%)` | :arrow_down: | | [src/submat.jl](https://codecov.io/gh/BioJulia/BioAlignments.jl/pull/85/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia#diff-c3JjL3N1Ym1hdC5qbA==) | `97.67% <0.00%> (-0.78%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.