Difference between revisions of "ABySS"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) |
||
Line 23: | Line 23: | ||
==Environment Modules== | ==Environment Modules== | ||
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==System Variables== | ==System Variables== | ||
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory | * HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory |
Revision as of 14:35, 6 September 2018
Description
ABySS is a de novo, parallel, paired-end sequence assembler that is designed for short reads. The single-processor version is useful for assembling genomes up to 100 Mbases in size. The parallel version is implemented using MPI and is capable of assembling larger genomes.
Environment Modules
Run module spider abyss
to find out what environment modules are available for this application.
System Variables
- HPC_{{#uppercase:abyss}}_DIR - installation directory
How To Run
The abyss-pe is hardcoded to use mpiexec, so you need to set the following variable in your abyss job script before calling abyss-pe to explicitly allow mpiexec usage, which is disabled by default:
export HPC_USE_MPIEXEC=1