Difference between revisions of "RepeatMasker"

From UFRC
Jump to navigation Jump to search
(One intermediate revision by one other user not shown)
Line 28: Line 28:
 
cross_match, ABBlast/WUBlast, RMBlast and Decypher.
 
cross_match, ABBlast/WUBlast, RMBlast and Decypher.
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
[[Modules|modules documentation]]
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
 
*{{#var:app}}
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==
 
WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}}
 
WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}}
Line 50: Line 48:
 
WRITE CITATION HERE
 
WRITE CITATION HERE
 
|}}
 
|}}
=Validation=
 
* Validated 4/5/2018
 

Revision as of 17:27, 10 June 2022

Description

repeatmasker website  

RepeatMasker is a program that screens DNA sequences for interspersed repeats and low complexity DNA sequences. The output of the program is a detailed annotation of the repeats that are present in the query sequence as well as a modified version of the query sequence in which all the annotated repeats have been masked (default: replaced by Ns). On average, almost 50% of a human genomic DNA sequence currently will be masked by the program. Sequence comparisons in RepeatMasker are performed by one of several popular search engines including, cross_match, ABBlast/WUBlast, RMBlast and Decypher.

Environment Modules

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

System Variables

  • HPC_REPEATMASKER_DIR - installation directory