Skip to content

Commit

Permalink
Release v0.3.4.
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
snystrom committed Oct 18, 2021
1 parent 44f1f6f commit 412a139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vplot"
version = "0.3.3"
version = "0.3.4"
authors = ["Spencer Nystrom <nystromdev@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit 412a139

Please sign in to comment.