Skip to content

Commit

Permalink
Merge pull request #524 from fritzsedlazeck/lfpaulin-patch-2
Browse files Browse the repository at this point in the history
Release patch 2.5.2
  • Loading branch information
lfpaulin authored Nov 12, 2024
2 parents d88920e + 066a951 commit 71bf48a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ You can install Sniffles2 using pip or conda using:

or

`conda install sniffles=2.5.1`
`conda install sniffles=2.5.2`

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

`conda update sniffles=2.5.1`
`conda update sniffles=2.5.2`

## Requirements
* Python == 3.10
* pysam >= 0.21.0
* Python ==3.10.15
* pysam >=0.21.0
* edlib >=1.3.9
* psutil>=5.9.4

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sniffles
version = 2.5.1
version = 2.5.2
author = Moritz Smolka, Hermann Romanek
author_email = moritz.g.smolka@gmail.com, sniffles@romanek.at
description = A fast structural variation caller for long-read sequencing data
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='sniffles',
version='2.5.1',
version='2.5.2',
packages=find_packages(),
url='https://github.com/fritzsedlazeck/Sniffles',
license='MIT',
Expand Down

0 comments on commit 71bf48a

Please sign in to comment.