Difference between revisions of "Wgs"

From UFRC
Jump to navigation Jump to search
(Created page with "__NOTOC__ __NOEDITSECTION__ Category:Software <!-- ######## Template Configuration ######## --> <!--Edit definitions of the variables used in template calls Required variab...")
 
Line 45: Line 45:
 
To load the updated version run
 
To load the updated version run
 
  module load wgs/6.1-20110830
 
  module load wgs/6.1-20110830
 +
If the perl module is not loaded run
 +
module load perl wgs
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==
 
WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}}
 
WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}}

Revision as of 02:40, 28 October 2011

Description

{{{name}}} website  
Celera Assembler is scientific software for biological research. Celera Assembler is a de novo whole-genome shotgun (WGS) DNA sequence assembler. It reconstructs long sequences of genomic DNA from fragmentary data produced by whole-genome shotgun sequencing. Celera Assembler has enabled many advances in genomics, including the first whole genome shotgun sequence of a multi-cellular organism (Myers 2000) and the first diploid sequence of an individual human (Levy 2007). Celera Assembler was developed at Celera Genomics starting in 1999. It was released to SourceForge in 2004 as the wgs-assembler under the GNU General Public License. The pipeline revised for 454 data was named CABOG (Miller 2008). Template:App Location Available versions:

6.1 release - Default version

6.1-20110830 CVS - Developmental version

Running the application using modules

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

Get module information for wgs:

$module spider wgs

Load the default application module:

$module load wgs

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

  • HPC_WGS_DIR - directory where wgs is located.

To load the updated version run

module load wgs/6.1-20110830

If the perl module is not loaded run

module load perl wgs