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

HTSLIB Variable #138

Open
mkadlof opened this issue Oct 16, 2023 · 2 comments
Open

HTSLIB Variable #138

mkadlof opened this issue Oct 16, 2023 · 2 comments

Comments

@mkadlof
Copy link

mkadlof commented Oct 16, 2023

Hi,

What's is wrong with passing value of --with-htslib with ${HTSLIB}?

AC_MSG_ERROR([Use --with-htslib=/fullpath/to/htslibdir instead of HTSLIB variable])

@andreas-wilm
Copy link
Contributor

Hello, it's a requirement of m4/ax_with_htslib.m4, which I'm using here.

@mkadlof
Copy link
Author

mkadlof commented Oct 19, 2023

I understand your point. May I suggest that it's worth considering a message change? The current message might give the impression that an absolute path is required, but in reality, the path can be provided using a variable with a different name, such as ${HTSLIB_PATH} or something similar. This aspect wasn't immediately intuitive to me, and I encountered some difficulties as a result.

I'm currently in the process of building a Docker container, and being able to pass paths via variables is quite valuable.

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