From 066a951be7e7fdcd7cff72c0161e88bb2b0b400a Mon Sep 17 00:00:00 2001 From: Luis Paulin Date: Mon, 11 Nov 2024 23:29:43 -0600 Subject: [PATCH] Update README.md Pypi does not like same number dist --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c837a6f..15470b2 100644 --- a/README.md +++ b/README.md @@ -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