Skip to content

Commit

Permalink
minor README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rchikhi committed Jul 12, 2016
1 parent 2678ad7 commit 0221602
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ For the GTA/TAC pair, the lexicographically smallest is GTA however the canonica
DSK supports arbitrary large k-mer lengths.
Just compile from the source, to support k-mer lengths up to, say, 160, type this in the build folder:

rm -Rf CMake* && cmake -Dk4=160 .. && make
rm -Rf CMake* && cmake -DKSIZE_LIST="32 64 96 128 160" .. && make

KSIZE_LIST can contain an arbitrary number of multiples of 32.

## Disk space and speed

Expand Down

0 comments on commit 0221602

Please sign in to comment.