biointec / brownie

Brownie
GNU General Public License v2.0
1 stars 1 forks source link

Allow changing of maxkmerlength from cmake command line #15

Closed gmiclotte closed 8 years ago

gmiclotte commented 8 years ago

Compiling with k=75 can be done as follows: mkdir build cd build cmake -DMAXKMERLENGTH=75 .. make brownie