Skip to content

Commit 9e8ed11

Browse files
committed
Fix env issue
1 parent a6c1e13 commit 9e8ed11

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ smvplot \
8585
```
8686
### Changelog
8787

88+
**0.0.5.2**
89+
- Bug fix in plot_region argument
90+
8891
**0.0.5**
8992
- Patch: Update VAF calculation
9093

containers/smvplot.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ channels:
33
- conda-forge
44
- bioconda
55
dependencies:
6-
- build
76
- python>=3.6
87
- htslib==1.13.0
98
- samtools==1.13.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = smvplot
3-
version = 0.0.4
3+
version = 0.0.5.2
44
author = Nagarajan Paramasivam
55
author_email = n.paramasivam@dkfz.de
66
description = smvplot is a cmd line python tool to generate IGV-like screenshots

0 commit comments

Comments
 (0)