Hi All,
I just installed deeptools 3.5 onto my MacBook running Mojave. I am repeatedly getting a Segmentation fault: 11 on all the commands with deeptools. I am able to see the main help page of deeptools, but cannot run any of the other tools. Has this happened to anyone before, to do they know anything I can do to fix this issue?
Thank you!
What sort of command is causing the segfault? How did you install deepTools? deepTools itself is just python, so it's very difficult for it to cause a segfault. My guess is that some dependency got installed incorrectly.
I have tried both the bamCoverage and computeMatrix and received the Segmentation fault message. I installed deepTools using
I have also tried to install with
$ conda install -c bioconda deeptools
but it was never able to install this way.Please try
conda install -c conda-forge -c bioconda deeptools
instead. Also, try to run the following first:I tried running
python -c "import pyBigWig; import numpy; import scipy;"
followed byconda install -c conda-forge -c bioconda deeptools
and I received the message: