-
Notifications
You must be signed in to change notification settings - Fork 63
[WIP] Decompose Bio.Align and Bio.Intervals #482
Conversation
9cdd293
to
7541675
Compare
Codecov Report
@@ Coverage Diff @@
## master #482 +/- ##
=========================================
Coverage ? 70.34%
=========================================
Files ? 34
Lines ? 2421
Branches ? 0
=========================================
Hits ? 1703
Misses ? 718
Partials ? 0 Continue to review full report at Codecov.
|
This is now passing, also fixes #476. |
I'll merge shortly if no objections. |
src/Align.jl
Outdated
|
||
using Reexport | ||
|
||
@reexport using BioAlignments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not const Align = BioAlignments
? I mean Bio.Align
is an alias of BioAlignments
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I'll have to do that for the other modules too in that case, as up until now reexport has been used for them all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed 👍
498aeec
to
12d92b5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
BTW, Phylogenies.jl is a blocker to support Julia 0.6 on Bio.jl. Any plan to support Julia 0.6? |
Absolutely, I will update to support 0.6 |
Decompose Bio.Align and Bio.Intervals (BioJulia#482)
Revert "Decompose Bio.Align and Bio.Intervals (BioJulia#482)"
Decompose Bio.Align and Bio.Intervals (BioJulia#482)
This will decompose Bio.Align and Bio.Intervals now that BioAlignments.jl and GenomicFeatures have release versions.