BioJulia / Bio.jl

[DEPRECATED] Bioinformatics and Computational Biology Infrastructure for Julia
http://biojulia.dev
MIT License
261 stars 65 forks source link

add Interval(seqname, range) constructor #459

Closed bicycle1885 closed 7 years ago

bicycle1885 commented 7 years ago

I always expect this to work but never succeeded. So, I added a new constructor.

codecov-io commented 7 years ago

Codecov Report

Merging #459 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #459      +/-   ##
==========================================
- Coverage   65.14%   65.14%   -0.01%     
==========================================
  Files         159      159              
  Lines       11314    11315       +1     
==========================================
  Hits         7371     7371              
- Misses       3943     3944       +1
Impacted Files Coverage Δ
src/intervals/interval.jl 90.66% <100%> (-1.23%) :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 bf974cd...fccb703. Read the comment docs.

bicycle1885 commented 7 years ago

I think this is not a controversial change.