-
Notifications
You must be signed in to change notification settings - Fork 63
Julia v0.6 compatability #480
Comments
All functions related to |
Since Julia 0.6 is the current stable release, I think it would be best to have a prominent warning message or something to let people know that Bio.jl is going through these large changes. It took me a while to figure out that major rearchitecting is going on and that's why running |
What's the update path ? I've been working on the master for a while and after making a few changes (e.g. BEDMetadata -> BED.Record, ...) it seems to work alright on 0.6. I'm mainly using the BAM stuff though. Is there anything else to worry about ? Will Bio.Intervals.BED keep pointing to GenomicFeatures.BED ? |
Yes it will will always point to GenomicFeatures.BED, Bio.jl is a meta-package and so the vast majority of its content will point to other packages. |
It seems that GenomicFeatures is way ahead and in principal I failed to compile Bio.jl and GenomicFeatures because dependencies does not match: both requires diff versions of IntervalTrees... |
The IntervalTrees.jl master branch works on Julia v0.6, just not the latest release yet I think. For now you should be able to get it with |
Developers often forget to release the latest version because they use their latest branch on their machine. I added a minor fix to IntervalTrees.jl (BioJulia/IntervalTrees.jl#33) and will soon release a new version that supports Julia 0.6. |
It seems there are still a lot of depwarns. Can Femtocleaner be setup and run on all of the repos, and a tag go through? |
Sorry... Ignore me 😕 Sent with GitHawk |
Am I too early to upgrade to Julia v0.6 for Bio v0.4.7?
gives error:
The text was updated successfully, but these errors were encountered: