Difference between revisions of "MEGA"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) |
||
Line 5: | Line 5: | ||
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | <!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | ||
|{{#vardefine:conf|}} <!--CONFIGURATION--> | |{{#vardefine:conf|}} <!--CONFIGURATION--> | ||
− | |{{#vardefine:exe|}} <!--ADDITIONAL INFO--> | + | |{{#vardefine:exe|1}} <!--ADDITIONAL INFO--> |
|{{#vardefine:job|}} <!--JOB SCRIPTS--> | |{{#vardefine:job|}} <!--JOB SCRIPTS--> | ||
|{{#vardefine:policy|}} <!--POLICY--> | |{{#vardefine:policy|}} <!--POLICY--> | ||
Line 36: | Line 36: | ||
{{#if: {{#var: exe}}|==Additional Information== | {{#if: {{#var: exe}}|==Additional Information== | ||
− | + | Starting with MEGA7-7.0.25 MEGA requires X11. To execute it in headless environment on HiPerGator use Xvfb by placing the following code into your job script above the mega call: | |
+ | <pre> | ||
+ | DISPLAY_ID=$RANDOM | ||
+ | export DISPLAY=:${DISPLAY_ID} | ||
+ | Xvfb :${DISPLAY_ID} -screen 0 1024x768x16 & | ||
+ | </pre> | ||
|}} | |}} | ||
<!--Job Scripts--> | <!--Job Scripts--> |
Revision as of 21:06, 31 July 2018
Description
mega website
Molecular Evolutionary Genetics Analysis
Software suite for analyzing DNA and protein sequence data from species and populations.
Environment Modules
Run module spider mega
to find out what environment modules are available for this application.
System Variables
- HPC_{{#uppercase:mega}}_DIR - installation directory
- HPC_{{#uppercase:mega}}_BIN - executable directory
- HPC_{{#uppercase:mega}}_DOC - documentation directory
- HPC_{{#uppercase:mega}}_EXE - examples directory
Additional Information
Starting with MEGA7-7.0.25 MEGA requires X11. To execute it in headless environment on HiPerGator use Xvfb by placing the following code into your job script above the mega call:
DISPLAY_ID=$RANDOM export DISPLAY=:${DISPLAY_ID} Xvfb :${DISPLAY_ID} -screen 0 1024x768x16 &
Citation
If you publish research that uses mega you have to cite it as follows:
- Citation for MEGA 7
MEGA7: Molecular Evolutionary Genetics Analysis Version 7.0 for bigger datasets. Kumar S, Stecher G, and Tamura K (2016) Molecular Biology and Evolution 33(7):1870-1874.