Skip to content

Latest commit

 

History

History

3.3.2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Hmmmer container

Main tool : HMMER3

HMMER: biosequence analysis using profile hidden Markov models (http://eddylab.org/software/hmmer)

Example commands

# Test hmmscan with help options
docker run --rm -u $(id -u):$(id -g) -v ${PWD}:/data staphb/hmmer:3.3.2 hmmscan -h
# Test hmmsearch with help options
docker run --rm -u $(id -u):$(id -g) -v ${PWD}:/data staphb/hmmer:3.3.2 hmmsearch -h