Skip to content

Commit 8a017b2

Browse files
author
Hermann Romanek
committed
Updated version to 2.6.2
1 parent 0de94f2 commit 8a017b2

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ You can install Sniffles2 using pip or conda using:
1717

1818
or
1919

20-
`conda install sniffles=2.6.1`
20+
`conda install sniffles=2.6.2`
2121

2222
If you previously installed Sniffles1 using conda and want to upgrade to Sniffles2, you can use:
2323

24-
`conda update sniffles=2.6.1`
24+
`conda update sniffles=2.6.2`
2525

2626
## Requirements
2727
* Python ==3.10.15

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sniffles
3-
version = 2.6.1
3+
version = 2.6.2
44
author = Moritz Smolka, Hermann Romanek
55
author_email = moritz.g.smolka@gmail.com, sniffles@romanek.at
66
description = A fast structural variation caller for long-read sequencing data
@@ -23,6 +23,7 @@ install_requires:
2323
pysam>=0.21.0
2424
edlib>=1.3.9
2525
psutil>=5.9.4
26+
numpy>=2.2.0
2627
scripts:
2728
src/sniffles/sniffles
2829

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='sniffles',
5-
version='2.6.1',
5+
version='2.6.2',
66
packages=find_packages(),
77
url='https://github.com/fritzsedlazeck/Sniffles',
88
license='MIT',

src/sniffles/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from sniffles.region import Region
2323

2424
VERSION = "Sniffles2"
25-
BUILD = "2.6.1"
25+
BUILD = "2.6.2"
2626
SNF_VERSION = "S2_rc4"
2727

2828

0 commit comments

Comments
 (0)