MEGA¶
Description¶
Sophisticated and user-friendly 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.
Environment Variables¶
- HPC_MEGA_DIR - installation directory
Additional Usage Information¶
Starting with MEGA7-7.0.25 MEGA requires X11, even for command line execution. To execute it in headless environment on HiPerGator use Xvfb
by placing the following code, which fakes a display, 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:
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.
Categories¶
biology, phylogenetics