-
Notifications
You must be signed in to change notification settings - Fork 51
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
getting Unrecognised option error while using "--min-locus-coverage" argument in ExpansionHunter v5.0.0 #187
Comments
You should be able to use that argument when you compile EH from source and use this instead of the pre-compiled binary. |
Hi @andreasssh , I tried Compiling EH from Source, getting GCC Compilation error when running make command, please refer below image |
This might be due to the googletest library. You can either try to compile my version of EH that uses newer version of googletest https://gitlab.com/andreassh/ExpansionHunter or just take the CMakeLists.txt file from https://gitlab.com/andreassh/ExpansionHunter/-/blob/master/CMakeLists.txt and replace the one you have in the ExpansionHunter/ folder and try again to compile. |
At least it's a new error! Could it be due to old or missing packages? Have a look at the prerequisites https://github.com/Illumina/ExpansionHunter/blob/master/docs/02_Installation.md and verify that you have all the required packages installed and have minimum version of gcc/c++. |
getting Unrecognized option error while using "--min-locus-coverage" argument in ExpansionHunter v5.0.0
When running ExapnsionHunter --help command its not showing --min-locus-coverage option in latest version
[
The text was updated successfully, but these errors were encountered: