bamtools
bamtools copied to clipboard
Bug in SAM output
https://github.com/pezmaster31/bamtools/blob/master/src/toolkit/bamtools_convert.cpp#L599
Because of conversion from signed char
to uint16_t
if value is >= 128, the result is wrong.
(Sorry, I'm too lazy to fork & pull for one-line fix.)