EddyRivasLab / hmmer

HMMER: biological sequence analysis using profile HMMs
http://hmmer.org
Other
305 stars 69 forks source link

Updating HMMER #324

Closed eleanorwang closed 4 months ago

eleanorwang commented 4 months ago

Hello,

This may be somewhat of a silly issue I'm running into but I'm trying to update my HMMER from version 3.3.2 to 3.4 but every time I run sudo apt install hmmer it just redownloads the old version.

When installing using these commands:

% wget http://eddylab.org/software/hmmer/hmmer-3.4.tar.gz
  % tar zxf hmmer-3.4.tar.gz
  % cd hmmer-3.4
  % ./configure --prefix /your/install/path
  % make
  % make check
  % make install
  % (cd easel; make install)

I end up with some commands that have updated and some commands that don't seem to have been installed? (For instance, hmmscanand hmmsimare recognized as commands while hmmsearchand hmmpressare not.)

Thanks!