Skip to content

Releases: BioJulia/GenomicAnnotations.jl

v0.1.5

06 Aug 11:07
Compare
Choose a tag to compare

GenomicAnnotations v0.1.5

Diff since v0.1.4

Merged pull requests:

v0.1.4

22 Dec 13:23
v0.1.4
Compare
Choose a tag to compare

v0.1.2

16 Jul 13:03
Compare
Choose a tag to compare

Updated for DataFrames v0.19.0.

v0.1.1

21 Feb 10:04
Compare
Choose a tag to compare

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 to get(gene, s, default)
    • When providing just a symbol (such as in @genes(chr, :pseudo)), missings will be treated as falses.

Initial release

05 Oct 14:30
Compare
Choose a tag to compare
v0.1.0

Added REQUIRE