Kmer-File-Format / kff-cpp-api

A C++ API to read and write kff files
GNU Affero General Public License v3.0
9 stars 8 forks source link

'max' global variable #2

Closed rchikhi closed 3 years ago

rchikhi commented 3 years ago

when 'max' variable isn't set, kff throws throw "Impossible to read the raw section due to missing max variable"; but in the C++ API doc it's not clear what this variable does

rchikhi commented 3 years ago

ah! it's here https://github.com/Kmer-File-Format/kff-reference#section-raw-sequences

yoann-dufresne commented 3 years ago

Thanks for the question and the answer !