Skip to content

Commit

Permalink
test v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjslee committed Jul 23, 2024
1 parent 8f9dac9 commit f83d33d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-backend = "maturin"

[project]
name = "vstol"
version = "0.2.8"
version = "0.2.9"
requires-python = ">=3.10"
keywords = [
"somatic variants",
Expand Down
1 change: 1 addition & 0 deletions python/vstolib/resources/scripts/visualize.R
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ plot.vaf.histogram <- ggplot(df.variant.calls.temp, aes(x = alternate_allele_fra
geom_histogram(binwidth = 0.05, color = HISTOGRAM.COLOR, fill = HISTOGRAM.FILL) +
xlab("Alternate Allele Fraction") + ylab("Frequency") +
ggtitle("Histogram of alternate_allele_fraction") +
scale_x_continuous(limits = c(0.0,1.0)) +
scale_y_continuous(expand = c(0,1), limits = c(0, RoundUpToNextZeros(max.frequency))) +
theme_bw() +
theme(plot.title = element_text(size = PLOT.TITLE.SIZE),
Expand Down
Binary file modified test/data/hg002_sniffles2.pdf
Binary file not shown.

0 comments on commit f83d33d

Please sign in to comment.