shilpagarg / pstools

MIT License
29 stars 5 forks source link

Segmentation fault (core dumped) #10

Open yeeus opened 1 year ago

yeeus commented 1 year ago

Sorry to interrupt you. I have run the commands as you recommended in the readme.md. Here are my commands which got the Segmentation fault (core dumped)

pstools hic_mapping -t100 -o pstools.map C010-CHA-E10_hifiasm.dip.r_utg.fa hic_r1.fq.gz hic_r2.fq.gz
pstools resolve_haplotypes -t100 -i true pstools.map C010-CHA-E10_hifiasm.dip.r_utg.gfa pstools

where C010-CHA-E10_hifiasm.dip.r_utg.gfa is 8g resulted from hifiasm(trio-binning), and pstools.map is only 100m(I don't know whether it's approrate or not).

Best.