BioJulia / GenomicFeatures.jl

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

Add optional filter functions to eachoverlap, and a findfirst function. #3

Closed dcjones closed 7 years ago

dcjones commented 7 years ago

See BioJulia/Bio.jl#471

This depends on https://github.com/BioJulia/IntervalTrees.jl/pull/28, so don't merge until after that.

bicycle1885 commented 7 years ago

Please wait for https://github.com/JuliaLang/METADATA.jl/pull/9947 and then update REQUIRE.

codecov-io commented 7 years ago

Codecov Report

Merging #3 into master will decrease coverage by 0.09%. The diff coverage is 78.57%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master       #3     +/-   ##
=========================================
- Coverage   77.09%   76.99%   -0.1%     
=========================================
  Files          31       31             
  Lines        2104     2113      +9     
=========================================
+ Hits         1622     1627      +5     
- Misses        482      486      +4
Impacted Files Coverage Δ
src/overlap.jl 89.53% <100%> (+0.51%) :arrow_up:
src/intervalcollection.jl 85.92% <72.72%> (-2.54%) :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 57944d3...8aacb69. Read the comment docs.