-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi Xiaoquan,
I'm trying to run the example of torus. But the program always gives me the segmentation fault error. I cloned the git repository from https://github.com/xqwen/dap. Both dag-g and torus were compiled successfully. The example of dag-g successfully finished, but torus example failed.
The geuv data were downloaded from http://www-personal.umich.edu/~xwen/dap/data/geuv/.
Any suggestion?
Thanks for your .
The following are the details.
localhost@torus_src~ pwd
/home/wqshi/packages/dap-master/torus_src
localhost@torus_src~ ls
classdef.h controller.o examples geuv.egene.rst geuv.snp.map.gz locus.cc logistic.h main.cc Makefile torus
controller.cc data geuv.annot.gz geuv.gene.map.gz geuv.summary.bf.gz logistic.cc logistic.o main.o README.md
localhost@torus_src~ torus -d geuv.summary.bf.gz --load_bf -smap geuv.snp.map.gz -gmap geuv.gene.map.gz -annot geuv.annot.gz -est -dump_prior gene_prior > geuv.enrichment.est
Segmentation fault (core dumped)
localhost@torus_src~ g++ --version
g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-28)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
`