File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ You can install Sniffles2 using pip or conda using:
1717
1818or
1919
20- `conda install sniffles=2.6.1 `
20+ `conda install sniffles=2.6.2 `
2121
2222If 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
Original file line number Diff line number Diff line change 11[metadata]
22name = sniffles
3- version = 2.6.1
3+ version = 2.6.2
44author = Moritz Smolka, Hermann Romanek
55author_email = moritz.g.smolka@gmail.com, sniffles@romanek.at
66description = 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
2627scripts:
2728 src/sniffles/sniffles
2829
Original file line number Diff line number Diff line change 22
33setup(
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',
Original file line number Diff line number Diff line change 2222from sniffles.region import Region
2323
2424VERSION = "Sniffles2"
25- BUILD = "2.6.1 "
25+ BUILD = "2.6.2 "
2626SNF_VERSION = "S2_rc4"
2727
2828
You can’t perform that action at this time.
0 commit comments