Skip to content

Tags: snystrom/vplot

Tags

v0.3.423

Toggle v0.3.423's commit message
Bump rustbio version. Closes #8.

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

v0.3.422

Toggle v0.3.422's commit message
Change hint on bed format to indicate correct bed4.

v0.3.421

Toggle v0.3.421's commit message
v0.3.42 Data Viz Update

* Added --html flag which writes interactive vplot heatmaps in html
format following data export rules defined in --multi.

v0.3.42

Toggle v0.3.42's commit message
Update README with dataviz examples.

v0.3.41

Toggle v0.3.41's commit message
add hint about indexing bam file if missing.

v0.3.4

Toggle v0.3.4's commit message
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.3

Toggle v0.3.3's commit message
changed default behavior so that largest fragments are at the top.

Revert by setting -i. Closes #9.

v0.3.1

Toggle v0.3.1's commit message
fix versions.

v0.3.0

Toggle v0.3.0's commit message
-o flag now implemented. Closes #7.

v0.2.1

Toggle v0.2.1's commit message
Fix coordinates.