Difference between revisions of "Novoalign"

From UFRC
Jump to navigation Jump to search
(Created page with "__NOTOC__ __NOEDITSECTION__ Category:SoftwareCategory:Bioinformatics <!-- ######## Template Configuration ######## --> <!--Edit definitions of the variables used in temp...")
 
m (Text replace - "{{App_Description|app={{#var:app}}|url={{#var:url}}}}|}}" to "{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} ")
Line 31: Line 31:
 
<!--Description-->
 
<!--Description-->
 
{{#if: {{#var: url}}|
 
{{#if: {{#var: url}}|
{{App_Description|app={{#var:app}}|url={{#var:url}}}}|}}
+
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
 +
 
 
Novoalign is a highly accurate program for mapping next-generation
 
Novoalign is a highly accurate program for mapping next-generation
 
sequencing reads to a reference database. It is an aligner for single-ended
 
sequencing reads to a reference database. It is an aligner for single-ended

Revision as of 01:53, 10 August 2012

Description

novoalign website  

Novoalign is a highly accurate program for mapping next-generation sequencing reads to a reference database. It is an aligner for single-ended and paired-end reads from the Illumina Genome Analyser. Novoalign finds global optimum alignments using full Needleman-Wunsch algorithm with affine gap penalties.

Limited functionality and single-threaded performance are available without a paid license. Novoalign must only be used for academic/non-profit research and the results of the analyses must published in peer-reviewed journals as requested by the software manufacturer in Novoalign FAQ. Template:App Location

Available versions

  • 2.07.15 - free version (academic, non-profit use; limited functionality and performance)

Running the application using modules

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

Get module information for novoalign:

$module spider novoalign

Load the default application module:

$module load novoalign

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

  • HPC_NOVOALIGN_DIR - directory where novoalign is located.
  • HPC_NOVOALIGN_BIN - executable directory
  • HPC_NOVOALIGN_DOC - documentation directory