Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 449 Bytes

Readme.md

File metadata and controls

21 lines (13 loc) · 449 Bytes

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