Difference between revisions of "RepeatMasker"
Moskalenko (talk | contribs) m (Text replace - "<!--Location--> {{App_Location|app={{#var:app}}|{{#var:ver}}}}" to "") |
Moskalenko (talk | contribs) m (Text replace - "==Running the application using modules==" to "==Execution Environment and Modules==") |
||
Line 46: | Line 46: | ||
* 3.3.0 | * 3.3.0 | ||
<!-- --> | <!-- --> | ||
− | {{#if: {{#var: mod}}|== | + | {{#if: {{#var: mod}}|==Execution Environment and Modules== |
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}} | {{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}} | ||
{{#if: {{#var: exe}}|==How To Run== | {{#if: {{#var: exe}}|==How To Run== |
Revision as of 02:03, 10 August 2012
Description
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.
Available Versions
- 3.3.0
Execution Environment and Modules
To use repeatmasker with the environment modules system at HPC the following commands are available:
Get module information for repeatmasker:
$module spider repeatmasker
Load the default application module:
$module load repeatmasker
The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:
- HPC_REPEATMASKER_DIR - directory where repeatmasker is located.