Difference between revisions of "SVDetect"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
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_{{uc:{{#var:app}}}}_DIR
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==
Line 73: Line 63:
 
<!--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
 

Revision as of 20:25, 10 June 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