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
/bin/bash: /usr/bin/autoreconf: /usr/bin/perl: bad interpreter: No such file or directory
cd lib/htslib &&
./configure --disable-bz2 --disable-lzma --enable-libcurl
/bin/bash: line 1: ./configure: No such file or directory
make: *** [htslib] Error 1
The text was updated successfully, but these errors were encountered:
It could be because you did not include the --recursive flag? Please check if this solves the issue. I solved it this way.
git clone --recursive https://github.com/arq5x/lumpy-sv.git
/bin/bash: /usr/bin/autoreconf: /usr/bin/perl: bad interpreter: No such file or directory
cd lib/htslib &&
./configure --disable-bz2 --disable-lzma --enable-libcurl
/bin/bash: line 1: ./configure: No such file or directory
make: *** [htslib] Error 1
The text was updated successfully, but these errors were encountered: