Difference between revisions of "EMBOSS"
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) m (Text replace - "Usage policy" to "Usage Policy") |
||
Line 38: | Line 38: | ||
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}} | See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}} | ||
<!--Policy--> | <!--Policy--> | ||
− | {{#if: {{#var: policy}}|==Usage | + | {{#if: {{#var: policy}}|==Usage Policy== |
WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used) | WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used) | ||
|}} | |}} |
Revision as of 16:30, 10 August 2012
Description
EMBOSS is "The European Molecular Biology Open Software Suite". EMBOSS is a free Open Source software analysis package specially developed for the needs of the molecular biology (e.g. EMBnet) user community. The software automatically copes with data in a variety of formats and even allows transparent retrieval of sequence data from the web. Also, as extensive libraries are provided with the package, it is a platform to allow other scientists to develop and release software in true open source spirit. EMBOSS also integrates a range of currently available packages and tools for sequence analysis into a seamless whole. EMBOSS breaks the historical trend towards commercial software packages.
Execution Environment and Modules
To use emboss with the environment modules system at HPC the following commands are available:
Get module information for emboss:
$module spider emboss
Load the default application module:
$module load emboss
The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:
- HPC_EMBOSS_DIR - directory where emboss is located.
How To Run
EMBOSS is available both at the command line for use in the batch jobs and through the Galaxy Framework for Biocomputing.