You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm failing to compile lumpy-sv using the README instructions, specifically the BamTools utils. Would it be possible to update the Makefile for updated instructions to compile BamTools? It seems to be related to other open issues - #384.
Below is a small Dockerfile and steps to reproduce the specific issue, although make from the root directory will also yield the same error. However as a note, make lumpyexpress succeeds
Thanks,
David
Dockerfile
FROM --platform=linux/amd64 almalinux:latest
RUN yum -y install git g++
RUN git clone --recursive https://github.com/arq5x/lumpy-sv.git
Hi,
I'm failing to compile lumpy-sv using the README instructions, specifically the BamTools utils. Would it be possible to update the Makefile for updated instructions to compile BamTools? It seems to be related to other open issues - #384.
Below is a small Dockerfile and steps to reproduce the specific issue, although
make
from the root directory will also yield the same error. However as a note,make lumpyexpress
succeedsThanks,
David
Dockerfile
Steps to Reproduce
The text was updated successfully, but these errors were encountered: