Skip to content
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

Open
Arth032 opened this issue Jan 30, 2024 · 5 comments

Comments

@Arth032
Copy link

Arth032 commented Jan 30, 2024

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
[
2024-01-30_14-50

@andreasssh
Copy link

You should be able to use that argument when you compile EH from source and use this instead of the pre-compiled binary.

@Arth032
Copy link
Author

Arth032 commented Jan 31, 2024

Hi @andreasssh , I tried Compiling EH from Source, getting GCC Compilation error when running make command, please refer below image

2024-01-31_10-29

@andreasssh
Copy link

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.

@Arth032
Copy link
Author

Arth032 commented Jan 31, 2024

Thank you for the quick feedback, however, I am still getting error while doing make, this time I have compiled EH with your version and also tried replacing the CMakeList.txt file but getting the same error :((

2024-01-31_14-12

@andreasssh
Copy link

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++.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants