GenomicFeatures.jl icon indicating copy to clipboard operation
GenomicFeatures.jl copied to clipboard

Tools for genomic features in Julia.

Results 5 GenomicFeatures.jl issues
Sort by recently updated
recently updated
newest added

Hello, having a custom ordering of chromosomes seems to be quite painful at the moment. I've had to overwrite/extend many of the methods from GenomicFeatures and Indexes as they have...

enhancement

Comparison of intervals `isless`, `isordered`, `precedes` of intervals is defined for intervals with identical type parameters for their metadata, for example: `Base.isless(a::Interval{T}, b::Interval{T}, seqname_isless::Function=isless) where T` This causes some surprises...

Although it's a small problem, merging adjacent intervals still requires a lot of code. Can you provide such a function

feature-request

Could `similar` on an array of `Strand` object be initialized as an array of STRAND_NA?

This is a simple change that avoids a warning about an unused parameter where clause.