Skip to content

Releases: snystrom/vplot

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

09 May 03:13
Compare
Choose a tag to compare
bed3 parsing was broken in older versions of rustbio. Now resolved with
latest version.

v0.3.422

23 Oct 03:46
Compare
Choose a tag to compare
Change hint on bed format to indicate correct bed4.

Data Viz Update (v0.3.42)

23 Oct 03:03
Compare
Choose a tag to compare
  • 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

22 Oct 04:11
Compare
Choose a tag to compare
add hint about indexing bam file if missing.

Release v0.3.4.

18 Oct 03:01
Compare
Choose a tag to compare
* 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

17 Oct 20:03
Compare
Choose a tag to compare
fix versions.