HallLab / pandas-genomics

Pandas ExtensionDtypes for dealing with genomics data
BSD 3-Clause "New" or "Revised" License
47 stars 8 forks source link

Add bialleleic simulation #14

Closed jrm5100 closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #14 (c3f423b) into master (5d6e9df) will increase coverage by 0.67%. The diff coverage is 92.60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   89.35%   90.03%   +0.67%     
==========================================
  Files          25       29       +4     
  Lines        1033     1294     +261     
==========================================
+ Hits          923     1165     +242     
- Misses        110      129      +19     
Flag Coverage Δ
unittests 90.03% <92.60%> (+0.67%) :arrow_up:

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

Impacted Files Coverage Δ
pandas_genomics/io/plink/to_plink.py 90.32% <90.32%> (ø)
pandas_genomics/simulation.py 91.89% <91.89%> (ø)
tests/io/test_plink.py 92.85% <92.00%> (+5.90%) :arrow_up:
tests/simulation/test_biallelic_sim.py 95.23% <95.23%> (ø)
pandas_genomics/__init__.py 100.00% <100.00%> (ø)
pandas_genomics/io/__init__.py 100.00% <100.00%> (ø)
pandas_genomics/io/plink/__init__.py 100.00% <100.00%> (ø)
pandas_genomics/io/plink/from_plink.py 92.47% <100.00%> (ø)
tests/genotype_array/conftest.py 98.55% <100.00%> (ø)
tests/io/conftest.py 95.23% <100.00%> (ø)
... 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 5d6e9df...c3f423b. Read the comment docs.