Thanks for conducting this useful tool for 3D genome analysis.
However, when I tried to convert the bam file (haplotagged by whatshap) to the pairs format, I met the error
pairtools:Empty of fully duplicated library, can't estimate complexity
The code I run was as follows
pairtools parse2 \
--output-stats scNM-C_001.stats.txt \
-c $fai --drop-sam --drop-seq --expand --add-pair-index --min-mapq 20\
scNM-C_001.ht.bam -o scNM-C_001.ht.pairs.gz
Could you help me fix this problem? thanks a lot.