muellan / metacache

memory efficient, fast & precise taxnomomic classification system for metagenomic read mapping
GNU General Public License v3.0
57 stars 12 forks source link

Argument handling #1

Closed sjaenick closed 6 years ago

sjaenick commented 6 years ago

Argument handling could need some improvements:

$ ./metacache query
terminate called after throwing an instance of 'std::length_error'
  what():  vector::reserve
Aborted
muellan commented 6 years ago

Yeah I know. The curse of quickly written research code...

muellan commented 6 years ago

It was due to a bug in the arg handling. Fixed it.