Difference between revisions of "Wtdbg"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:PhylogeneticsCategory:NGS {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|wtdbg}} |{{#vardefine:url|https://github.com/ruanjue/wtdbg2}...")
 
m (Text replacement - "#uppercase" to "uc")
Line 24: Line 24:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
* HPC_{{#uppercase:{{#var:app}}}}_DOC - documentation directory
+
* HPC_{{uc:{{#var:app}}}}_DOC - documentation directory
  
 
<!--Configuration-->
 
<!--Configuration-->

Revision as of 21:29, 6 December 2019

Description

wtdbg website  

Wtdbg2 is a de novo sequence assembler for long noisy reads produced by PacBio or Oxford Nanopore Technologies (ONT). It assembles raw reads without error correction and then builds the consensus from intermediate assembly output. Wtdbg2 is able to assemble the human and even the 32Gb Axolotl genome at a speed tens of times faster than CANU and FALCON while producing contigs of comparable base accuracy.

Environment Modules

Run module spider wtdbg to find out what environment modules are available for this application.

System Variables

  • HPC_WTDBG_DIR - installation directory
  • HPC_WTDBG_BIN - executable directory
  • HPC_WTDBG_DOC - documentation directory