Difference between revisions of "Samblaster"

From UFRC
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Bioinformatics]][[Category:NGS]]
+
[[Category:Software]][[Category:Biology]][[Category:NGS]][[Category:Sequencing]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|samblaster}}
 
|{{#vardefine:app|samblaster}}
Line 22: Line 22:
 
When marking duplicates, samblaster will require approximately 20MB of memory per 1M read pairs.
 
When marking duplicates, samblaster will require approximately 20MB of memory per 1M read pairs.
 
<!--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 - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_DIR - executable directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - executable directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==
Line 70: Line 60:
 
<!--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 22:03, 21 August 2022

Description

samblaster website  

samblaster is a fast and flexible program for marking duplicates in read-id sorted paired-end SAM files. It can also optionally output discordant read pairs and/or split read mappings to separate SAM files, and/or unmapped/clipped reads to a separate FASTQ file.

When marking duplicates, samblaster will require approximately 20MB of memory per 1M read pairs.

Environment Modules

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

System Variables

  • HPC_SAMBLASTER_DIR - installation directory
  • HPC_SAMBLASTER_DIR - executable directory