slow5lib
slow5lib copied to clipboard
Check values parsed to pyslow5 for dodgy characters
An edge case on data input to pyslow5 will produce a malformed slow5 file if dodgy characters, such as /n, /r, /t are provided as input.
I should make a list of characters and scan for them.
Ideally, a user wouldn't provide dodgy stuff like that, but you never know.