Wgs assembler 8.1

From HPCwiki
Jump to navigation Jump to search

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 and the first diploid sequence of an individual human. 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.

Module file

The module file can be found in this location:

 /cm/shared/modulefiles/SHARED/

<source lang='tcl'>

  1. %Module1.0#######################################################################
    1. Celera WGS Assembler 8.1 modulefile

proc ModulesHelp { } {

       puts stderr "\tAdds Celera WGS Assembler to your environment"

}

module-whatis "Adds Celera WGS Assembler to your environment"

set wgs_81_root /cm/shared/apps/SHARED/wgs-assembler/wgs-8.1/Linux-amd64/bin/

prepend-path PATH $wgs_81_root


</source>

The wgs-assembler suite was dowloaded as precompiled binaries from:

 http://sourceforge.net/projects/wgs-assembler/files/wgs-assembler/wgs-8.1/

Package name:

 wgs-8.1-Linux-amd64.tar.bz2

The assembler was validated using the following protocol:

 http://sourceforge.net/apps/mediawiki/wgs-assembler/index.php?title=Yersinia_pestis_KIM_D27,_using_454_8_Kbp_mated_reads,_with_CA8.1

See also

External links