Skip to content

Commit 8396733

Browse files
committed
Add more detailed prerequisites to the README
1 parent 71c9840 commit 8396733

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@ Newmap can search for unique k-mer/read lengths on specific values, or entire
1212
continuous ranges using a binary search method allowing for finding the
1313
minimum possible unique k-mer/read length.
1414

15+
## Prerequisites
1516
Newmap requires a CPU that supports the AVX2 instruction set.
1617

1718
OpenMP is required for parallel processing.
1819

20+
Newmap requires Python 3.9 or later. It also requires numpy and the
21+
AvxWindowFMIndex library both of which are installed automatically when using
22+
the methods below.
23+
1924
## Documentation
2025
The latest for Newmap is available on [Read the Docs](https://newmap.readthedocs.io).
2126

0 commit comments

Comments
 (0)