We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
svaba/Dockerfile
Line 44 in ab39e3f
is:
# Compile svaba with htslib WORKDIR /opt/svaba/build RUN cmake .. \ -DHTSLIB_DIR=/usr/local
must be:
# Compile svaba with htslib WORKDIR /opt/svaba/build RUN cmake .. \ -DHTSLIB_DIR=/usr/local && \ make
The text was updated successfully, but these errors were encountered:
Yes, please add make command so that it will create executable svaba
Sorry, something went wrong.
No branches or pull requests
svaba/Dockerfile
Line 44 in ab39e3f
is:
must be:
The text was updated successfully, but these errors were encountered: