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

gridsstools Makefile does not autodetect if libdeflate is available #538

Closed
astulaaa opened this issue Nov 1, 2021 · 1 comment
Closed

Comments

@astulaaa
Copy link

astulaaa commented Nov 1, 2021

I followed github instalation guide:

git clone http://github.com/PapenfussLab/gridss/
cd gridss
git submodule init
git submodule update
cd src/main/c/gridsstools/htslib/
autoheader
autoconf
./configure && make
cd ..
autoheader
autoconf
./configure && make all

and got this error at the last step:

/usr/bin/ld: cannot find -ldeflate
collect2: error: ld returned 1 exit status
Makefile:25: recipe for target 'gridsstools' failed
make: *** [gridsstools] Error 1

What happened and how can I fix it?

Thank you,
Asta

@d-cameron
Copy link
Member

Your options are:

  • Install libdeflate on your system
  • Edit the src/main/c/gridsstools/Makefile and remove -ldeflate
  • Use conda to install gridss
  • Run gridss from the gridss/gridss:latest docker image
  • Use the pre-compiled binary from the github releases page

@d-cameron d-cameron changed the title Instalation gridsstools Makefile does not autodetect if libdeflate is available Nov 3, 2021
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