Winnowmap 1.0
These are release notes for Winnowmap version 1.0, which was released on February 11th, 2020. Full documentation can be found by running winnowmap -h
This release provides a stable, tested, and documented version of the software. The binary distributions should work on any relatively recent version of the respective OS. The source code distribution contains everything you need to create a binary distribution for your own specific OS.
Installation
Users can download Winnowmap as source code or as pre-compiled binaries. The binary distribution is the recommended install method, assuming it is available for your platform. The source code package needs to be compiled and installed before it can be used.
To install from a binary distribution (recommended installation method):
tar -xzf winnowmap-1.0.*.tar.gz
./winnowmap-1.0/winnowmap -h
To install from source code (the file can be named either winnowmap-v1.0.tar.gz
or just v1.0.tar.gz
, depending on how it is downloaded):
gunzip -dc winnowmap-v1.0.tar.gz | tar -xf -
cd winnowmap
make -j 8
cd ..