BioJulia / GenomicFeatures.jl

Tools for genomic features in Julia.
Other
32 stars 13 forks source link

Support tabix #5

Closed bicycle1885 closed 7 years ago

bicycle1885 commented 7 years ago

TODO

codecov-io commented 7 years ago

Codecov Report

Merging #5 into master will increase coverage by 4.31%. The diff coverage is 85.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   77.06%   81.38%   +4.31%     
==========================================
  Files          31       32       +1     
  Lines        2115     2186      +71     
==========================================
+ Hits         1630     1779     +149     
+ Misses        485      407      -78
Impacted Files Coverage Δ
src/indexes/bgzfindex.jl 96.96% <ø> (+96.96%) :arrow_up:
src/indexes/chunk.jl 40% <100%> (+40%) :arrow_up:
src/indexes/tabix.jl 59.18% <75%> (+59.18%) :arrow_up:
src/gff3/reader.jl 50% <76.47%> (+3.33%) :arrow_up:
src/bed/reader.jl 22.36% <80%> (+11.25%) :arrow_up:
src/indexes/overlap.jl 94.28% <94.28%> (ø)

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 a2e5422...5242d2b. Read the comment docs.