Closed MurphyDavid closed 5 years ago
Hi, @MurphyDavid
This should work:
wget https://github.com/samtools/htslib/releases/download/1.8/htslib-1.8.tar.bz2 && \
tar xvf htslib-1.8.tar.bz2 && \
cd htslib-1.8 && \
./configure && \
make && \
make install && \
cpanm Bio::DB::HTS
Hi @MurphyDavid, thanks for reporting this.
I don't know whether you've followed @mira13 suggestion. If you haven't, I've just pushed a fix which allows you to use the same installation method you've already used, i.e. the install script. Technically speaking, you don't need to run the install script with sudo, as it will spawn a separate process with sudo when it comes to install the library components.
Sorry for not getting back to you guys.
mira13's worked. Thanks for the update!
Thanks @MurphyDavid
I'm glad this is sorted, but was curious to see if the method you've previously used works now.
git clone + install now works. Reached
Bio::DB::HTS v2.11 is now installed.
Excellent, thanks @MurphyDavid!
On an ubuntu server I've been trying to install Bio-DB-HT
Running these commands
It fails with this error. it does not prompt for password as I was already running with sudo.
Running the same command without sudo gives a prompt but the same error
switching to root with sudo su root gives the same results.