Nextflow Modules
Showing module(s) with keyword "hmmer"
| Module | Keywords | Description |
|---|---|---|
| nf-core/hmmer/eslalimask | hmmer alignment mask | Mask multiple sequence alignments |
| nf-core/hmmer/eslalipid | alignment msa pairwise identity sequence comparison hmmer easel | Calculate pairwise percent identity for all sequence pairs in a multiple sequence alignment |
| nf-core/hmmer/eslreformat | sort hmmer reformat | reformats sequence files, see HMMER documentation for details. The module requires that the format is specified in ext.args in a config file, and that this comes last. See the tools help for possible values. |
| nf-core/hmmer/eslsfetch | hmmer easel sequence retrieval subsequence extraction fasta | Retrieves one or more complete sequences or subsequences from a sequence file using its pre-built SSI index. The esl-sfetch utility is an Easel miniapp bundled with the HMMER package. This module only fetches: the SSI index must be produced beforehand by the sibling module `hmmer/eslsfetchindex`. The keyfile is used to fetch the named sequences (-f), or, with ext.args = '-C', parsed as a subsequence coordinate file (-Cf) to extract and rename subsequences. |
| nf-core/hmmer/eslsfetchindex | hmmer easel indexing sequence retrieval ssi index fasta | Builds an SSI (sequence/subsequence index) file for a sequence file, using the esl-sfetch utility, an Easel miniapp bundled with the HMMER package (esl-sfetch --index). The resulting index lets esl-sfetch retrieve sequences from the file in constant time. This module is the indexing half of a pair: hmmer/eslsfetchindex builds the SSI index, hmmer/eslsfetch consumes it (or an equivalent one) to fetch sequences or subsequences. |
| nf-core/hmmer/hmmbuild | search hidden Markov model HMM hmmer hmmsearch | create an hmm profile from a multiple sequence alignment |
| nf-core/hmmer/hmmemit | hidden markov model HMM hmmer sequence emission simulation profile | emit sequences from a profile HMM |
| nf-core/hmmer/hmmfetch | hidden Markov model HMM hmmer hmmfetch | extract hmm from hmm database file or create index for hmm database |
| nf-core/hmmer/hmmlogo | hidden markov model HMM hmmer logo profile sequence logo | extract logo data from a profile HMM file to produce an HMM logo |
| nf-core/hmmer/hmmpress | hidden Markov model HMM hmmer hmmpress hmmscan | compress and index profile database for hmmscan |
| nf-core/hmmer/hmmrank | hmmer hmmsearch rank | R script that scores output from multiple runs of hmmer/hmmsearch |
| nf-core/hmmer/hmmsearch | Hidden Markov Model HMM hmmer hmmsearch | search profile(s) against a sequence database |
| nf-core/hmmer/hmmstat | hidden markov model HMM hmmer statistics profile summary | display summary statistics for each profile HMM in an HMM database file |
| nf-core/macsyfinder/search | genomics protein macromolecular systems hmmer search | Search for macromolecular systems in protein datasets using MacSyFinder |