I am trying to use HMMER for the first time. I installed it as per instructions in the user guide, using anaconda:
conda install -c bioconda hmmer
However, now I want to run through the tutorial, and there is no tutorial directory in the HMMER directory installed. There are 9 directories or subdirectories installed, none of them labelled tutorial, yet the HMMER user guide clearly states there should be on.
Tap, tap; is this thing on? In the tutorial subdirectory, globins4.sto is an example of a basic Stockholm alignment file. hmmbuild builds a profile from an alignment:
Has anyone encountered a similar isssue? If so how did you work around it?
conda is a python environment manager and its repository (channel) bioconda hosts premade environments of bioinformatic software.