BioJulia / BioAlignments.jl

Sequence alignment tools
MIT License
60 stars 24 forks source link

Grantham's substitution matrix #88

Closed KaparaNewbie closed 1 year ago

KaparaNewbie commented 1 year ago

Add support for R. Grantham's substitution matrix from his 1974 paper

Types of changes

:clipboard: Additional detail

:ballot_box_with_check: Checklist

KaparaNewbie commented 1 year ago

@MillironX, could you kindly review this?

KaparaNewbie commented 1 year ago

Thank you, @MillironX, for your very kind response. I think I addressed all your points (hopefully there are enough tests).

codecov[bot] commented 1 year ago

Codecov Report

Base: 88.20% // Head: 88.28% // Increases project coverage by +0.08% :tada:

Coverage data is based on head (28dd1f1) compared to base (9a6a37d). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #88 +/- ## ========================================== + Coverage 88.20% 88.28% +0.08% ========================================== Files 16 16 Lines 1178 1178 ========================================== + Hits 1039 1040 +1 + Misses 139 138 -1 ``` | [Impacted Files](https://codecov.io/gh/BioJulia/BioAlignments.jl/pull/88?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia) | Coverage Δ | | |---|---|---| | [src/submat.jl](https://codecov.io/gh/BioJulia/BioAlignments.jl/pull/88/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia#diff-c3JjL3N1Ym1hdC5qbA==) | `98.44% <100.00%> (+0.77%)` | :arrow_up: | 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.

KaparaNewbie commented 1 year ago

Sounds good, thanks. Sorry about the .gitignore thing. My git skill is (still) embarrassingly noobish.