MashMap v3.1.1
- In order to maintain a default build that requires the same libraries as previous versions, building with htslib is now optional.
- To build with htslib, call
cmake
with-DUSE_HTSLIB=ON
- htslib is useful for the
--targetList
and--targetPrefix
options, which allow users to only index specific contigs from a reference fasta file.