Difference between revisions of "MetaVelvet"

From UFRC
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:NGS]][[Category:Metagenomics]][[Category:Assembler]][[Category:Bioinformatics]]
+
[[Category:Software]][[Category:genomics]][[Category:Biology]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|metavelvet}}
 
|{{#vardefine:app|metavelvet}}
Line 24: Line 24:
 
Note that MetaVelvet is based on an older version of Velvet than those available on our system.
 
Note that MetaVelvet is based on an older version of Velvet than those available on our system.
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
<!--
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
 
* {{#var:app}}
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==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
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==
Line 72: Line 62:
 
<!--Turn the Table of Contents and Edit paragraph links ON/OFF-->
 
<!--Turn the Table of Contents and Edit paragraph links ON/OFF-->
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__
=Validation=
 
* Validated 4/5/2018
 

Latest revision as of 19:28, 18 August 2022

Description

metavelvet website  

Velvet is a de novo genomic assembler specially designed for short read sequencing technologies, such as Solexa or 454 or SOLiD

MetaVelvet is a single-genome and de Bruijn-graph based assembler Velvet modified and extended for de novo metagenome assembly. The fundamental ideas are first decomposing de Bruijn graph constructed from mixed short reads into individual sub-graphs and second building scaffolds based on every decomposed de Bruijn sub-graph as isolate species genome.

Note that MetaVelvet is based on an older version of Velvet than those available on our system.

Environment Modules

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

System Variables

  • HPC_METAVELVET_DIR - installation directory
  • HPC_METAVELVET_BIN - Executable directory