Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Pypi does not like same number dist
  • Loading branch information
lfpaulin authored Nov 12, 2024
1 parent 074c67f commit 066a951
Showing 1 changed file with 4 additions and 4 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

0 comments on commit 066a951

Please sign in to comment.