Difference between revisions of "PEAR"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Bioinformatics]][[Category:NGS]]
+
[[Category:Software]][[Category:Biology]][[Category:NGS]][[Category:Genomics]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|pear}}
 
|{{#vardefine:app|pear}}
Line 26: Line 26:
 
when DNA fragment sizes are larger than twice the read length).
 
when DNA fragment sizes are larger than twice the read length).
 
<!--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
 

Latest revision as of 17:25, 21 August 2022

Description

pear website  

PEAR assembles Illumina paired-end reads if the DNA fragment sizes are smaller than twice the length of reads. PEAR can assemble 95% of reads with 35-bp mean overlap with a false-positive rate of 0.004. PEAR also works with multiplexed data sets where the true underlying DNA fragment size varies. PEAR has an extremely low false-positive rate of 0.0003 on data sets where no overlap exists between the two reads (i.e. when DNA fragment sizes are larger than twice the read length).

Environment Modules

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

System Variables

  • HPC_PEAR_DIR - installation directory