Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 16:41
· 36 commits to master since this release

GenomicAnnotations v0.4.0

Introduces a new type-based internal representation of genomic loci. The locus of a gene can still be accessed with locus(gene), which returns an AbstractLocus that should behave similarly to the old locus representation. Hopefully, as long as locus(gene) is being used to access the locus, no code should break, but that cannot be guaranteed.

Diff since v0.3.8

Closed issues:

  • Can GenomicAnnotations.jl deal with multi-exon genes? (#9)
  • Type piracy of Base breaks package in 1.11 (#14)