Releases · snystrom/vplot

v0.3.423: Bump rustbio version. Closes #8.

bed3 parsing was broken in older versions of rustbio. Now resolved with
latest version.

v0.3.422

Change hint on bed format to indicate correct bed4.

Data Viz Update (v0.3.42)

  • Added --html flag which writes interactive vplot heatmaps in html format (named as: prefix.vplot.html).
  • Autonamed vplot matrix csv files are now suffixed with .vmatrix.csv instead of .csv.

v0.3.41

add hint about indexing bam file if missing.

Release v0.3.4.

* The 0.3 series of `vplot` introduces a breaking change for matrix
formatting. Matrices are now returned such that large fragments are at
the top. This can be reverted using the `-i` flag to invert the matrix
to have small fragments at the top instead (pre-0.3 behavior).

* `-o` flag for writing to a file path.

* the `--multi` flag writes matrices for each region in the input bed
file. An optional prefix or ouput directory can be added using the `-o`
flag.

v0.3.1