Difference between revisions of "Pyani"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:biologyCategory:genomics {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|pyani}} |{{#vardefine:url|https://github.com/widdowquinn/pyan...")
 
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
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Revision as of 21:24, 6 December 2019

Description

pyani website  

pyani is a Python3 module that provides support for calculating average nucleotide identity (ANI) and related measures for whole genome comparisons, and rendering relevant graphical summary output. Where available, it takes advantage of multicore systems, and can integrate with SGE/OGE-type job schedulers for the sequence comparisons.

Environment Modules

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

System Variables

  • HPC_PYANI_DIR - installation directory
  • HPC_PYANI_BIN - executable directory