Difference between revisions of "Medusa"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Phylogenetics {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|medusa}} |{{#vardefine:url|https://github.com/combogenomics/medusa}} <!--CON...")
 
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_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
* HPC_{{#uppercase:{{#var:app}}}}_DOC - documentation directory
+
* HPC_{{uc:{{#var:app}}}}_DOC - documentation directory
* HPC_{{#uppercase:{{#var:app}}}}_EXE - example directory
+
* HPC_{{uc:{{#var:app}}}}_EXE - example directory
  
 
<!--Configuration-->
 
<!--Configuration-->

Latest revision as of 21:21, 6 December 2019

Description

medusa website  

A draft genome scaffolder that uses multiple reference genomes in a graph-based approach.

Environment Modules

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

System Variables

  • HPC_MEDUSA_DIR - installation directory
  • HPC_MEDUSA_BIN - executable directory
  • HPC_MEDUSA_DOC - documentation directory
  • HPC_MEDUSA_EXE - example directory