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

Documentation - conda install #29

Closed
holtjma opened this issue Jun 22, 2021 · 2 comments
Closed

Documentation - conda install #29

holtjma opened this issue Jun 22, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@holtjma
Copy link

holtjma commented Jun 22, 2021

Hello,

I was following the instructions for building the anaconda virtual environment and encountered the following error while running Clair3:

OSError: Cannot load library <redacted>/Clair3/preprocess/realign/realigner: <redacted>/Clair3/preprocess/realign/realigner: cannot open shared object file: No such file or directory

After poking around the docker image, I noticed that these two steps were missing from the above instructions:

    g++ -std=c++14 -O1 -shared -fPIC -o realigner ssw_cpp.cpp ssw.c realigner.cpp && \
    g++ -std=c++11 -shared -fPIC -o debruijn_graph -O3 debruijn_graph.cpp && \

After running those two steps, re-running clair3 seemed to work. Just wanted to let you know so the docs could be updated.

@aquaskyline
Copy link
Member

Thanks for the feedback, we have added them into quick_demo/illumina_quick_demo.md. We will also add a bioconda installation option to save users from some tedious installations.

@aquaskyline aquaskyline added the enhancement New feature or request label Jun 22, 2021
@aquaskyline
Copy link
Member

bioconda option added in v0.1-r4

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

No branches or pull requests

3 participants