Releases: BioJulia/GenomicAnnotations.jl
Releases · BioJulia/GenomicAnnotations.jl
v0.1.5
GenomicAnnotations v0.1.5
Merged pull requests:
- Install TagBot as a GitHub Action (#3) (@JuliaTagBot)
- Parsegff (#4) (@kdyrhage)
v0.1.4
v0.1.4 (2019-12-12)
v0.1.2
v0.1.1
Some updates:
- Added GZip.jl as a dependency, and updated
readgbk
to read gzipped files. - Allowed parsing of loci with "^" in the position string
- Added special cases to
@genes
.iscds
expands to:feature == "CDS"
get(s::Symbol, default)
expands toget(gene, s, default)
- When providing just a symbol (such as in
@genes(chr, :pseudo)
),missing
s will be treated asfalse
s.
Initial release
v0.1.0 Added REQUIRE