Skip to content

Commit ad43a22

Browse files
author
Hermann Romanek
committed
Updated version to 2.6.3
1 parent 3497f5e commit ad43a22

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-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.2`
20+
`conda install sniffles=2.6.3`
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.2`
24+
`conda update sniffles=2.6.3`
2525

2626
## Requirements
2727
* Python ==3.10.15

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sniffles
3-
version = 2.6.2
3+
version = 2.6.3
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

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.2',
5+
version='2.6.3',
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.2"
25+
BUILD = "2.6.3"
2626
SNF_VERSION = "S2_rc4"
2727

2828

0 commit comments

Comments
 (0)