Skip to content

Releases: marbl/ModDotPlot

v0.9.8

29 Aug 15:38
f804710

Choose a tag to compare

  • Add --region flag to select subsequences #48
  • Update documentation images, add sample annotation track.
  • Bugfix #31 zero division error for low resolution plots

v0.9.7

20 Aug 18:06

Choose a tag to compare

Bugfix:

  • Fixed bug where bedpe file for comparative plots wouldn't link correctly.

v0.9.6

20 Aug 06:17
cdcefbd

Choose a tag to compare

Features:

  • Adds cooler support for static plots
  • Adds a new annotation track for TRI plots (FULL and COMPARATIVE support coming soon!)

v0.9.4

17 Apr 20:34
08343be

Choose a tag to compare

New features:

  • Parses fasta header when subsequence created using samtools faidx. Moves start and end coordinates to dotplot axes in static mode

Changes:

  • .bed file output by ModDotPlot changed to .bedpe, to avoid ambiguity with annotation files
  • Changes --bed to --input in static mode.
  • --bed now accepts annotation files

v0.9.3

20 Mar 16:19
cfb145a

Choose a tag to compare

Bugfixes:

  • Fixed type comparison bug for when axis need different breakpoint amounts
  • Fixed bug preventing comparative histograms from getting output.

v0.9.2

16 Mar 01:07
84ad74c

Choose a tag to compare

Bugfixes:

  • Fixed bug where file name did not match sequence in comparative mode.

Features:

  • Added comparative mode sorting feature by size or by order of entry (default).

v0.9.1

06 Mar 04:01
49b7409

Choose a tag to compare

New features:

  • Rasterizes plots by default. Smooths out triangle plots.
  • Accepts bgzip compressed fasta files as input

Notes:

  • Bug noted in grid orientation: will fix ASAP
  • Using -a or -t breaks grid functionality. Will fix ASAP.
  • Need to update README with new features

v0.9.0

06 Oct 22:05
02b55f9

Choose a tag to compare

Feature:

  • Add grid and grid-only option

v0.8.8

04 Oct 20:41
2d0adb3

Choose a tag to compare

Bugfix:

  • Fix bug where multifasta files would lose indexing

v0.8.7

23 Sep 13:44
97c84e9

Choose a tag to compare

Bugfix:

  • #36 Replace PIL with pillow