-
Notifications
You must be signed in to change notification settings - Fork 5
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
cannot find input file htslib/Makefile.in #1
Comments
I think you might need to run: |
Thanks for the suggestion. This just gives me the following, though:
There is indeed no "configure" file in the Best |
I mean you could run this line autoheader && autoconf && configure in htslib/ directory, this should fix the problem, but it might not be the official solution. |
I found the following - no Makefile.in in the htslib directory caused ./configure --prefix /my/prefix/ to fail. My solution was to cd to htslib autoheader && autoconf && configure --prefix /my/prefix/ It does not produce the Makefile.in so I copied the Makefile to Makefile.in and then cd back up into the apigenome directory and ran ./configure --prefix /my/prefix/ there and it has all seemed to work. |
My apologies for the late response. Although this issue has not been completely resolved due to pending changes, you can visit https://github.com/statgen/demuxlet if you're interested in getting demuxlet. |
Hi Hyun
This looks like a fantastic set of tools. I came across your prepring on demultiplexing "natural barcodes" in single-cell data. This is relevant to some things we're working on, so I'm keen on trying the
demuxlet
tool.Unfortunately I'm having trouble installing
APIgenome
. I get an error from./configure
complaining that it cannot findhtslib/Makefile.in
:Can you tell what I'm doing wrong there?
Thanks!
Davis
The text was updated successfully, but these errors were encountered: