RacimoLab / simGL

Simulate genotype likelihoods from tree sequence data
ISC License
5 stars 1 forks source link

Simulate linked depth by simulating reads #26

Open MoiColl opened 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #26 (4b64025) into main (efcc36e) will decrease coverage by 5.54%. The diff coverage is 44.44%.

@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
- Coverage   72.86%   67.32%   -5.55%     
==========================================
  Files           2        2              
  Lines         129      153      +24     
==========================================
+ Hits           94      103       +9     
- Misses         35       50      +15     
Impacted Files Coverage Δ
simGL/simGL.py 67.10% <44.44%> (-5.56%) :arrow_down:

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 efcc36e...4b64025. Read the comment docs.

grahamgower commented 1 month ago

I resolved the merge conflict here by rebasing against main, and manually editing the conflicting files. To continue with your work here, you'll need to be on your simreads branch and then force pull (git checkout simreads then git pull --force).