Difference between revisions of "Hmmer2go"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:Phylogenetics {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|hmmer2go}} |{{#vardefine:url|https://github.com/sestaton/HMMER2GO}} <!--CONF...") |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category:Phylogenetics]] | + | [[Category:Software]][[Category:Phylogenetics]][[Category:Biology]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|hmmer2go}} | |{{#vardefine:app|hmmer2go}} | ||
Line 30: | Line 30: | ||
|}} | |}} | ||
<!--Run--> | <!--Run--> | ||
− | {{#if: {{#var: exe}}|==Usage examples== | + | {{#if: {{#var: exe}}1|==Usage examples== |
− | hmmer2go getorf -i /path/to/genes.fasta -o /current/dir/or/path/to/genes_orfs.faa | + | <code>$ module load hmmer2go/0.18.1</code> |
+ | |||
+ | <code>$ hmmer2go getorf -i /path/to/genes.fasta -o /current/dir/or/path/to/genes_orfs.faa</code> | ||
Latest revision as of 18:18, 15 August 2022
Description
HMMER2GO is a command line application to map DNA sequences, typically transcripts, to Gene Ontology based on the similarity of the query sequences to curated HMM models for protein families represented in Pfam.
Environment Modules
Run module spider hmmer2go
to find out what environment modules are available for this application.
System Variables
- HPC_SINGULARITY_IMAGE - singularity directory
Usage examples
$ module load hmmer2go/0.18.1
$ hmmer2go getorf -i /path/to/genes.fasta -o /current/dir/or/path/to/genes_orfs.faa