Difference between revisions of "Proteinortho"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) m (Text replace - "<!--Location--> {{App_Location|app={{#var:app}}|{{#var:ver}}}}" to "") |
Moskalenko (talk | contribs) m (Text replace - "==Running the application using modules==" to "==Execution Environment and Modules==") |
||
Line 32: | Line 32: | ||
* 4.26 | * 4.26 | ||
<!--Modules--> | <!--Modules--> | ||
− | {{#if: {{#var: mod}}|== | + | {{#if: {{#var: mod}}|==Execution Environment and Modules== |
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}} | {{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}} | ||
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below--> | <!--Add additional HPC_FOO_BIN and other ENV VARIABLES below--> |
Revision as of 02:03, 10 August 2012
Description
Computation of genome-wide orthology data.
The program Proteinortho is a stand-alone tool that is geared towards large datasets and makes use of distributed computing techniques when run on multi-core hardware. It implements an extended version of the reciprocal best alignment heuristic.
Available versions
- 4.26
Execution Environment and Modules
To use proteinortho with the environment modules system at HPC the following commands are available:
Get module information for proteinortho:
$module spider proteinortho
Load the default application module:
$module load proteinortho
The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:
- HPC_PROTEINORTHO_DIR - directory where proteinortho is located.