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.
An edge case on data input to pyslow5 will produce a malformed slow5 file if dodgy characters, such as
/n, /r, /tare 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.