mortazavilab / lapa

Alternative polyadenylation detection from diverse data sources such as 3'-seq, long-read and short-reads.
https://www.biorxiv.org/content/10.1101/2022.11.08.515683v1
23 stars 13 forks source link

tss counting and clustering #7

Closed MuhammedHasan closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #7 (df4fee9) into master (1dcaf91) will decrease coverage by 0.59%. The diff coverage is 85.13%.

:exclamation: Current head df4fee9 differs from pull request most recent head cf75466. Consider uploading reports for the commit cf75466 to get more accurate results

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
- Coverage   85.52%   84.93%   -0.60%     
==========================================
  Files          12       14       +2     
  Lines         677     1208     +531     
==========================================
+ Hits          579     1026     +447     
- Misses         98      182      +84     
Impacted Files Coverage Δ
lapa/main.py 0.00% <0.00%> (-92.00%) :arrow_down:
lapa/utils/common.py 100.00% <ø> (+12.50%) :arrow_up:
lapa/utils/gtf.py 33.33% <25.00%> (-6.67%) :arrow_down:
lapa/result.py 64.42% <60.19%> (-17.27%) :arrow_down:
lapa/replication.py 80.00% <80.00%> (ø)
lapa/link.py 81.35% <81.35%> (ø)
lapa/utils/io.py 92.72% <90.90%> (+16.45%) :arrow_up:
lapa/count.py 90.69% <91.50%> (+6.75%) :arrow_up:
lapa/genomic_regions.py 94.73% <95.65%> (-3.14%) :arrow_down:
lapa/cluster.py 97.77% <96.15%> (+4.08%) :arrow_up:
... and 6 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more