Difference between revisions of "SVDetect"

From UFRC
Jump to navigation Jump to search
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Bioinformatics]][[Category:NGS]][[Category:Genomics]]
+
[[Category:Software]][[Category:Biology]][[Category:NGS]][[Category:Genomics]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|svdetect}}
 
|{{#vardefine:app|svdetect}}
Line 26: Line 26:
 
The [http://svdetect.sourceforge.net/Site/Manual.html SVDetect online Manual] is available.
 
The [http://svdetect.sourceforge.net/Site/Manual.html SVDetect online Manual] is available.
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
===Serial===
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
* {{#var:app}}
 
<!--
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 20:46, 12 August 2022

Description

svdetect website  

SVDetect is a application for the isolation and the type prediction of intra- and inter-chromosomal rearrangements from paired-end/mate-pair sequencing data provided by the high-throughput sequencing technologies

This tool aims to identifying structural variations with both clustering and sliding-window strategies, and helping in their visualization at the genome scale.

SVDetect is compatible with SOLiD and Illumina (>=1.3) reads.

The SVDetect online Manual is available.

Environment Modules

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

System Variables

  • HPC_SVDETECT_DIR - installation directory