-
Notifications
You must be signed in to change notification settings - Fork 10
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
Two error occur when I use "make" in the dictionary "CESAR2.0/kent/src" #14
Comments
Pls check the gcc version. We have But the error looks like openssl is not installed. Pls try |
Thanks! When I run the cmd:
This software told me:
So I install the module Scalar::Util::Numeric by "cpan",It seems work. And then I run the cmd:
a new error is:
I don't know what's wrong with libssl.so.10,could U plz tell me what to do now? |
I see. The issue is that overlapSelect is provided as a precompiled binary in tools/ and this doesn't work for you. I tried to add the code to our slimmed down UCSC kent src directory, but it doesn't compile because it requires so many linked libs. Can you pls try to install the entire kent code base from https://github.com/ucscGenomeBrowser/kent |
I attempt to install the entire kent code,seems install. executing 'find CESARoutput -type f -path '*/oryAfe1/*' -exec cat {} \;' ... The software told me:
the It is difficult for me to probably resolve one by one errors,because I am not a computer coder,just a normal researcher or a user without some simple knowledge about linux and related knowledge. So, I hope this software could use conda to install convenient or maybe you can release a Docker Container version to make sure everyone could install this software easily.I think this is a good way.This is a very helpful for me and other users! |
Looks like overlapSelect is still not properly installed (pls test it by calling the UCSC version you installed with the full path to it). Wrt Docker: Sorry for your trouble. And yes, a good idea. Our tool was developed in 2016 and unfortunately I don't have the manpower at the moment. Also, CESAR2.0 is integrated in TOGA https://github.com/hillerlab/TOGA which is much more powerful and provides a docker container. |
Two errors as below:
#######
hmac.c:11:10: fatal error: openssl/hmac.h: No such file or directory
11 | #include "openssl/hmac.h"
| ^~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [../inc/common.mk:420: hmac.o] Error 1
make[1]: Leaving directory '/root/software/CESAR2.0/kent/src/lib'
make: *** [makefile:9: topLibs] Error 2
#######
WHat should I do?
The text was updated successfully, but these errors were encountered: