BUStools / bustools

Tools for working with BUS files
https://bustools.github.io/
BSD 2-Clause "Simplified" License
92 stars 23 forks source link

Segmentation fault when using bustools sort #39

Closed tracytktran closed 5 years ago

tracytktran commented 5 years ago

Hi, I got the following error when I tried to sort the output bus file. I'm using the latest version of kallisto and bustools. and output.correct.bus is 2,017,841 KB in size so I guess it should have content to be sorted. Wondering if you have any advice here? Thank you!

$ bustools sort -t 4 -o output.correct.sort.bus output.correct.bus Read in 0 BUS records Segmentation fault

pmelsted commented 5 years ago

Are you running this on windows?

Can you try adding the option -m 100000000 to sort?