magicDGS / popgenlib

Population Genetics Java Library
MIT License
0 stars 0 forks source link

Diversity statistics #11

Closed magicDGS closed 7 years ago

magicDGS commented 7 years ago

Classes with static methods to compute diversity statistics:

Closes #3

magicDGS commented 7 years ago

Can you review this, @AnnaMariaL?

codecov[bot] commented 7 years ago

Codecov Report

Merging #11 into master will decrease coverage by 0.156%. The diff coverage is 95.238%.

Impacted file tree graph

@@               Coverage Diff               @@
##              master       #11       +/-   ##
===============================================
- Coverage     95.745%   95.588%   -0.156%     
- Complexity        18        31       +13     
===============================================
  Files              2         3        +1     
  Lines             47        68       +21     
  Branches           2         4        +2     
===============================================
+ Hits              45        65       +20     
- Misses             2         3        +1
Impacted Files Coverage Δ Complexity Δ
...icdgs/popgenlib/diversity/NucleotideDiversity.java 95.238% <95.238%> (ø) 13 <13> (?)

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 0739fe0...dd3d553. Read the comment docs.

magicDGS commented 7 years ago

Thanks for the review, @AnnaMariaL. If you think that the next commits are fixing your comments, you can approve the PR and I will merge.

codecov[bot] commented 6 years ago

Codecov Report

Merging #11 into master will decrease coverage by 0.156%. The diff coverage is 95.238%.

Impacted file tree graph

@@               Coverage Diff               @@
##              master       #11       +/-   ##
===============================================
- Coverage     95.745%   95.588%   -0.156%     
- Complexity        18        31       +13     
===============================================
  Files              2         3        +1     
  Lines             47        68       +21     
  Branches           2         4        +2     
===============================================
+ Hits              45        65       +20     
- Misses             2         3        +1
Impacted Files Coverage Δ Complexity Δ
...icdgs/popgenlib/diversity/NucleotideDiversity.java 95.238% <95.238%> (ø) 13 <13> (?)