File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-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.2 `
20+ ` conda install sniffles=2.6.3 `
2121
2222If 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
Original file line number Diff line number Diff line change 11[metadata]
22name = sniffles
3- version = 2.6.2
3+ version = 2.6.3
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
Original file line number Diff line number Diff line change 22
33setup (
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' ,
Original file line number Diff line number Diff line change 2222from sniffles .region import Region
2323
2424VERSION = "Sniffles2"
25- BUILD = "2.6.2 "
25+ BUILD = "2.6.3 "
2626SNF_VERSION = "S2_rc4"
2727
2828
You can’t perform that action at this time.
0 commit comments