Closed KunFang93 closed 2 years ago
Hi, @KunFang93 Thanks for posting such a detailed report.
You might be using pairtools v1.0.0 or v1.0.1, where the deduplication procedure cuts sam columns for the reads with "#" signs in the read qualities. It was a known bug that we fixed in a recent release: https://github.com/open2c/pairtools/releases/tag/v1.0.2
Can you install recent pairtools (already available on pip or github), make sure it's 1.0.2, and let us know if the problem persists?
I also ran your example code on the mouse Micro-C sample with pairtools 1.0.2, and it worked perfectly.
Thanks for your promptly reply! I will try v.1.0.2 and update the result later~
V1.0.2 solve this issue.
Hi,
Thanks for providing this useful tools! I encountered an error when I try to use
pairtools split
.The Error message:
The commands I used:
Those commands work well until
pairtools split
, but I suspected the error might be resulted from additional columns I added inpairtools parse2
. I wondered how could I change my codes in case? Thanks in advance!Best, Kun