sanger-tol / PretextView

OpenGL Powered Pretext Contact Map Viewer
Other
27 stars 7 forks source link

Unable to convert/visualize pairs file #15

Open skoren opened 2 years ago

skoren commented 2 years ago

I don't have a bam alignment but instead have a pairs file. However, whenever I convert it and try to load it, I get a segmentation fault. I tried using a sample pairs file from https://github.com/4dn-dcic/pairix/blob/master/samples/4dn.bsorted.chr21_22_only.largechr.pairs with the command: cat 4dn.bsorted.chr21_22_only.largechr.pairs | Pretext/PretextMap -o mapped.pretext with PretextMap Version 0.0.41 and still get a segmentation fault when loading this file:

$  /Applications/PretextView.app/Contents/MacOS/PretextView 
Segmentation fault: 11

I can load VGP pretaxt files w/o issue so I think my installation is working correctly. I assume I'm doing something simple incorrectly and would appreciate any advice.