nf-core/hmmer/hmmsearch @ 0.0.0-6c4ed3a
Summary
search profile(s) against a sequence database
Get started
Add the following snippet to your workflow script to include this module.
include { HMMER_HMMSEARCH } from 'nf-core/hmmer/hmmsearch'
License
MIT License
Name
|
HMMER_HMMSEARCH |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
hmmfile
file
|
One or more HMM profiles created with hmmbuild *.{hmm,hmm.gz}
|
seqdb
file
|
Database of sequences in FASTA format *.{fasta,fna,faa,fa,fasta.gz,fna.gz,faa.gz,fa.gz}
|
write_align
boolean
|
Flag to save optional alignment output. Specify with 'true' to save. |
write_target
boolean
|
Flag to save optional per target summary. Specify with 'true' to save. |
write_domain
boolean
|
Flag to save optional per domain summary. Specify with 'true' to save. |
output
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.txt.gz
file
|
Human readable output summarizing hmmsearch results *.{txt.gz}
|
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
alignments
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.sto.gz
file
|
Optional multiple sequence alignment (MSA) in Stockholm format *.{sto.gz}
|
domain_summary
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.domtbl.gz
file
|
Optional tabular (space-delimited) summary of per-domain output *.{domtbl.gz}
|
target_summary
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.tbl.gz
file
|
Optional tabular (space-delimited) summary of per-target output *.{tbl.gz}
|
| Tool | Description | Homepage |
|---|---|---|
| hmmer | Biosequence analysis using profile hidden Markov models | http://hmmer.org/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:24:25 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fhmmer%2Fhmmsearch/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/hmmer/hmmsearch/blobs/sha256:03fdd9effb6e383fb910442dac0222d3b311dacf6c0653817d9d6237581cba05 |
| Size | 3.0 KB |
| Checksum | sha256:03fdd9effb6e383fb910442dac0222d3b311dacf6c0653817d9d6237581cba05 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:24:25 (UTC) | 4 | 3.0 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:16:34 (UTC) | 4 | 3.0 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:09:47 (UTC) | 3 | 3.0 KB |