Skip to content

v1.1.0

Compare
Choose a tag to compare
@e-sollier e-sollier released this 26 Apr 16:45
· 74 commits to main since this release

General

  • Added built-in support for mm10 in addition to hg19 and hg38 (but any other reference genome can be used, if you manually provide the files).
    -Removed requirement for the chr_arms file for custom reference genomes.

Regions

  • Now allows region start and end to be given as strings, and also accepts commas.

Tracks

basemod_freq

  • Added support for bedgraph and 3-column tsv file formats, in addition to bam and bedmethyls.
  • Added parameters: style, smooth, gap_frac.

bigwig and coverage tracks

  • Added "upside_down" parameter.

genes

  • Improved spacing between genes.

Misc

  • Various bug fixes