Difference between revisions of "Spidey"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
Line 21: Line 21:
  
 
<!--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 - installation directory
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory

Revision as of 20:20, 10 June 2022

Description

spidey website  

Spidey is an mRNA-to-genomic alignment program. Spidey has two main goals: find good alignments regardless of intron size; and avoid getting confused by nearby pseudogenes and paralogs. Spidey uses NCBI BLAST and Dot View (another local alignment tool) to find its alignments; since these are both local alignment tools, Spidey does not intrinsically favor shorter or longer introns and has no maximum intron size.

Environment Modules

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

System Variables

  • HPC_SPIDEY_DIR - installation directory