Skip to content

Commit

Permalink
Merge pull request #523 from fritzsedlazeck/lfpaulin-patch-1
Browse files Browse the repository at this point in the history
Release patch for edlib constrains
  • Loading branch information
lfpaulin authored Nov 11, 2024
2 parents 1507d12 + f3bf721 commit e3ef0d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ You can install Sniffles2 using pip or conda using:

or

`conda install sniffles=2.5.3`
`conda install sniffles=2.5.1`

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

`conda update sniffles=2.5.3`
`conda update sniffles=2.5.1`

## Requirements
* Python == 3.10
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.3
version = 2.5.1
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',
version='2.5.1',
packages=find_packages(),
url='https://github.com/fritzsedlazeck/Sniffles',
license='MIT',
Expand Down

0 comments on commit e3ef0d1

Please sign in to comment.