Closed ryvan1021 closed 2 months ago
Hi, since pairtools sort are regularly tested, I would first assume that somethings is wrong with the input. The error looks very specific "...byte 0xfe in position 1903" - could it be that you're dealing with a corrupted file? Have you tried opening it with less and checking if it has reasonable content and if it's terminating properly?
alternatively, please check this thread: https://stackoverflow.com/questions/19699367/for-line-in-results-in-unicodedecodeerror-utf-8-codec-cant-decode-byte
We test pairtools only on Linux and only on .pairs[am] files produced by pairtools parse, in which case utf-8 normally works. Could it be that the input file was generated either on another OS or not by pairtools parse?
ok, closing for now - feel free to reopen if more information comes up
Hello,
I'm running v1.1.0 and trying to run this pipeline per the Omni-C documentation and I keep running into this error:
I tried using iconv but it doesn't look like that worked. Any suggestions?