Difference between revisions of "FASTA"

From UFRC
Jump to navigation Jump to search
m (Text replace - "==Available versions== (.*)+ <!-- -->" to "<!--Modules-->")
m (Text replace - "Usage policy" to "Usage Policy")
Line 54: Line 54:
 
{{#if: {{#var: pbs}}|==PBS Script Examples==
 
{{#if: {{#var: pbs}}|==PBS Script Examples==
 
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}}
 
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}}
{{#if: {{#var: policy}}|==Usage policy==
+
{{#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)|}}
 
{{#if: {{#var: testing}}|==Performance==
 
{{#if: {{#var: testing}}|==Performance==

Revision as of 16:30, 10 August 2012

Description

fasta website  

The FASTA programs find regions of local or global (new) similarity between Protein or DNA sequences, either by searching Protein or DNA databases, or by identifying local duplications within a sequence. Other programs provide information on the statistical significance of an alignment. Like BLAST, FASTA can be used to infer functional and evolutionary relationships between sequences as well as help identify members of gene families.

Execution Environment and Modules

To use fasta with the environment modules system at HPC the following commands are available:

Get module information for fasta:

$module spider fasta

Load the default application module:

$module load fasta

The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:

  • HPC_FASTA_DIR - directory where fasta is located.
  • HPC_FASTA_BIN - executable directory

Available documentation

Several man pages are available:

  • fasta3, fastf3, fasts3, map_db, prss3, pvcomp

Type "man MANPAGE" to access them at the command line.