GenomicFeatures.jl
Description
GenomicFeatures.jl provides genomic interval arithmetic, data structures, and I/O tools for various data formats including BED, GFF3, bigWig, and bigBed.
Installation
Install GenomicFeatures from the Julia REPL:
julia> Pkg.add("GenomicFeatures")
If you are interested in the cutting edge of the development, please check out the master branch to try new features before release.