Open amathelier opened 4 years ago
I had the same problem
Have you raised your ulimit?
On Thu, Mar 25, 2021 at 5:07 AM Fei Zhao @.***> wrote:
I had the same problem
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ryanlayer/giggle/issues/56#issuecomment-806561106, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEUGUI2OBHNDFW5RBOZSKLTFMKOLANCNFSM4SKBTYRQ .
Hi Ryan,
I am trying to index ~3,500 bed files using giggle. They all have been sorted using
giggle/scripts/sort_bed "tmp/*.bed" bgzip_sort 4
. But typinggiggle index -i "bgzip_sort/*.gz" -o giggle_index
raises a segfault. I have recompiled giggle to enable debugging with gdb and get the following information:$ gdb --args ../../bin/giggle/bin/giggle index -i "bgzip_sort/*.gz" -o giggle_index -f
Thanks for your help.