-
Notifications
You must be signed in to change notification settings - Fork 37
Description
Hey Kai,
Thanks again for making this great package. I've been realigning some of my 10X snATAC data with the updated cellranger-atac v2.2.0. In this new version of cellranger-atac, the strand info is added as the last column of the fragment file. I just saw in the docs that if this is the case, fragment_single is added to the .obsm instead of fragment_paired.
When I load it and try to compute the distribution of fragment sizes, I get the following error:
The error goes away if I use fragments from multiome data (no strand info and only 5 columns which does have fragment_paired in the .obsm) so I'm sure this is the issue.
What would be the correct way to approach this? I'd really appreciate your input as I'm certain I have paired-end data.
Best,
Jose

