zhangrengang/SubPhaser

No differential kmers

xychen233 opened this issue · 2 comments

Hi,

I am trying to use the SubPhaser to phase the subgenomes of my species. However, after filtering differential kmers, no differential kmers were remained. I used parameter of this -k 15 -q 50 -f 2 . The same result is achieved even if I continue to reduce -k and -q.

23-12-27 17:32:21 [INFO] 125035 kmers in total 23-12-27 17:32:21 [INFO] Filtering differential kmers 23-12-27 17:32:22 [INFO] Start Pool with 112 process(es) 23-12-27 17:32:25 [INFO] After filtering, remained 0 (0.00%) differential (freq >= 25) and 0 (0.00%) candidate (freq > 0) kmers

Do you have any suggestions?

thanks,
Chen

Does your genome behave like an autopolyploid? Or refer to https://github.com/zhangrengang/subphaser#When-SubPhaser-do-not-work for other possible reasons.

Thank you for your answer!