Difference between revisions of "ARKS"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:Phylogenetics {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|arks}} |{{#vardefine:url|https://github.com/bcgsc/arks}} <!--CONFIGURATION:...") |
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}}}}_DOC - documentation directory |
<!--Configuration--> | <!--Configuration--> |
Latest revision as of 21:15, 6 December 2019
Description
Scaffolding genome sequence assemblies using 10X Genomics GemCode/Chromium data. This project is a new kmer-based (alignment free) implementation of ARCS. It provides improved runtime performance over the original ARCS implementation by removing the requirement to perform alignments with bwa mem.
Environment Modules
Run module spider arks
to find out what environment modules are available for this application.
System Variables
- HPC_ARKS_DIR - installation directory
- HPC_ARKS_BIN - executable directory
- HPC_ARKS_DOC - documentation directory