-
Notifications
You must be signed in to change notification settings - Fork 118
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
Using a non-bundled htslib version #331
Comments
Will removing
from the Makefile and providing an external htslib break lumpy-sv ? |
You can also just remove the "htslib" from the "lumpy_filter: htslib" line
After that you need to edit lumpy-sv/src/filter/Makefile to point at the
htslib you want
…On Fri, Mar 27, 2020 at 5:41 AM Samuel Fux ***@***.***> wrote:
Will removing
htslib:
$(shell cd lib/htslib && autoreconf)
cd lib/htslib && \
./configure --disable-bz2 --disable-lzma --enable-libcurl
CFLAGS="$(CFLAGS) -DBGZF" $(MAKE) -C lib/htslib --no-print-directory CFLAGS="-DBGZF_MT"
from the Makefile and providing an external htslib break lumpy-sv ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#331 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEUGUOP5QR36TRS5ENL3UTRJSGG5ANCNFSM4LU5YCEQ>
.
|
@ryanlayer: Thank you very much for your reply. I tried building version 0.3.0 with the SPACK package manager that so far only supports version 0.2.13: https://spack.readthedocs.io/en/latest/package_list.html#lumpy-sv I could not manage to adapt the package such that it also builds version 0.3.0 fine, therefore I just installed it manually, following your documentation with git clone --recursive. In any case thank you for being responsive and for providing help. Best regards Sam |
Sorry that first idea didnt work, but now that you have things built please
use smoove to run lumpy
https://github.com/brentp/smoove
…On Fri, Mar 27, 2020 at 6:53 AM Samuel Fux ***@***.***> wrote:
@ryanlayer <https://github.com/ryanlayer>: Thank you very much for your
reply.
I tried building version 0.3.0 with the SPACK package manager that so far
only supports version 0.2.13:
https://spack.readthedocs.io/en/latest/package_list.html#lumpy-sv
I could not manage to adapt the package such that it also builds version
0.3.0 fine, therefore I just installed it manually, following your
documentation with git clone --recursive.
In any case thank you for being responsive and for providing help.
Best regards
Sam
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#331 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEUGULA7NLRLW7IKYKS763RJSOTRANCNFSM4LU5YCEQ>
.
|
Hi,
Is it possible to use a non-bundled htslib to build lumpy-sv 0.3.0 ?
Because using the bundled one requires to clone with "git clone --recursive", which makes the releases provided in https://github.com/arq5x/lumpy-sv/releases useless as they don't contain the content of the htslib directory.
We have several htslib versions installed on our cluster, and I prefer to build from a release tarball instead of using git clone --recursive.
Best regards
Sam
The text was updated successfully, but these errors were encountered: