Difference between revisions of "FastUniq"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) m (Text replacement - "#uppercase" to "uc") |
||
Line 24: | Line 24: | ||
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_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_BIN - executable directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_EXE - example directory |
<!--Configuration--> | <!--Configuration--> |
Revision as of 21:20, 6 December 2019
Description
FastUniq as an ultrafast de novo tool for removal of duplicates in paired short DNA sequence reads in FASTQ format. FastUniq identifies duplicates by comparing sequences between read pairs and does not require complete genome sequences as prerequisites. FastUniq is capable of simultaneously handling reads with different lengths and results in highly efficient running time.
Environment Modules
Run module spider FastUniq
to find out what environment modules are available for this application.
System Variables
- HPC_FASTUNIQ_DIR - installation directory
- HPC_FASTUNIQ_BIN - executable directory
- HPC_FASTUNIQ_EXE - example directory