BioJulia / Bio.jl

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

Fix UndefVarError in IntervalCollection(GFFReader) #453

Closed kdm9 closed 7 years ago

kdm9 commented 7 years ago

And add a test.

kdm9 commented 7 years ago

Planning on merging this in the Aussie morning if there are no objections...

kdm9 commented 7 years ago

@Ward9250 I didn't know you could do that within the module itself. I'll do that and then merge.

codecov-io commented 7 years ago

Codecov Report

Merging #453 into master will increase coverage by 0.07%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #453      +/-   ##
==========================================
+ Coverage   70.76%   70.84%   +0.07%     
==========================================
  Files         142      142              
  Lines       10440    10440              
==========================================
+ Hits         7388     7396       +8     
+ Misses       3052     3044       -8
Impacted Files Coverage Δ
src/intervals/gff3/reader.jl 30.86% <ø> (+2.46%) :arrow_up:
src/intervals/gff3/record.jl 71.57% <100%> (+3.15%) :arrow_up:

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 48f297c...0293e62. Read the comment docs.