-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installation issue #34
Comments
How are you installing cgpBigWig? This implies libBigWig was not installed ir that the header files are not present (it should be installed by |
There is also a pre-built Docker container which is known to function correctly under Singularity (if Docker is not permitted) |
@drjsanger (./setup.sh /path/to/installation_folder) However...... I got different kind of error message that I did not get before.
|
I'm using CentOS7 and I also encountered the exact same error ( Specifically, try
|
@davidrajones as your old account won't be notifying you of the conversation. |
@jykr according to your solution ,I solved the problem ,thank you. |
During the installation, I've got this error message.
In file included from bam_access.c:36:0:
bam_access.h:39:20: fatal error: bigWig.h: No such file or directory
#include "bigWig.h"
^
compilation terminated.
make: *** [bam_access.o] Error 1
The text was updated successfully, but these errors were encountered: