We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c1e13 commit 9e8ed11Copy full SHA for 9e8ed11
3 files changed
README.md
@@ -85,6 +85,9 @@ smvplot \
85
```
86
### Changelog
87
88
+**0.0.5.2**
89
+- Bug fix in plot_region argument
90
+
91
**0.0.5**
92
- Patch: Update VAF calculation
93
containers/smvplot.yaml
@@ -3,7 +3,6 @@ channels:
3
- conda-forge
4
- bioconda
5
dependencies:
6
- - build
7
- python>=3.6
8
- htslib==1.13.0
9
- samtools==1.13.0
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = smvplot
-version = 0.0.4
+version = 0.0.5.2
author = Nagarajan Paramasivam
author_email = n.paramasivam@dkfz.de
description = smvplot is a cmd line python tool to generate IGV-like screenshots
0 commit comments