GeneMiner2: A Comprehensive Toolkit for Phylogenomic Genomics
Introduction
GeneMiner2 is a comprehensive toolkit designed for phylogenomic genomics. Its main functionalities include:
- Mining single-copy nuclear genes, plastid genes/genomes, and other molecular markers from next-generation sequencing data.
- Aligning and trimming multiple molecular markers, constructing concatenated and coalescent-based phylogenetic trees, and calibrating tree time.
- Identifying paralogs/multicopy genes.
Users can complete complete all tasks from raw NGS data processing to phylogenetic tree reconstruction within GeneMiner2.
Citations
Primary reference for GeneMiner2:
Yu XY, Tang ZZ, Zhang Z, Song YX, He H, Shi Y, Hou JQ, Yu Y. 2026. GeneMiner2: Accurate and automated recovery of genes from genome-skimming data. Molecular Ecology Resources 26: e70111.https://doi.org/10.1111/1755-0998.70111
Related earlier work also welcome for citation:
Zhang Z, Xie PL, Guo YL, Zhou WB, Liu EY, Yu Y. 2022. Easy353: A tool to get Angiosperms353 genes for phylogenomic research. Molecular Biology and Evolution 39(12): msac261.https://doi.org/10.1093/molbev/msac261
Xie PL, Guo YL, Teng Y, Zhou WB, Yu Y. 2024. GeneMiner: A tool for extracting phylogenetic markers from next-generation sequencing data. Molecular Ecology Resources 24(3): e13924.https://doi.org/10.1111/1755-0998.13924
Windows
Please download the latest Windows package (GeneMiner_win64_XXXXXXXX.zip) from Sourceforge and unzip into a separate folder. Double-click GeneMiner.exe to launch.
Note: Avoid installing the software on a portable drive. Paths must not contain non-ASCII characters.
On Parallel execution: Do not run multiple windows in parallel within the same folder. Instead, copy the GeneMiner directory (including analysis folder and GeneMiner.exe) and run a second instance from the duplicated folder.
macOS
Please download the latest macOS image (GeneMiner_macos_XXXXXXXX.dmg) from Sourceforge and drag-drop GeneMiner.app to the desired location.
GeneMiner is packaged with Wineskin to run on macOS. Please try to use the latest version of macOS. Due to limited conditions, GeneMiner has not been tested on all macOS versions. If you meet an error like "GeneMiner.app is damaged", type this in terminal:
- xattr -cr /path/to/GeneMiner.app
- Example: xattr -cr /Applications/GeneMiner.app
It is not recommended to run GeneMiner2 on macOS for large-scale analyses because the efficiency is significantly lower than running on Windows.
Linux and other *nix systems
On desktop Linux systems, consider running GeneMiner2 with compatibility tools:
On server Linux systems, please download the latest Linux binaries (GeneMiner_cli_linux_XXXXXXXX.tar.gz) from Sourceforge. Debian 11 or higher, Ubuntu 20.04 or higher, and AlmaLinux 9 or higher are supported. Please also make sure to install dependencies including libbz2, libgomp and zlib. On Ubuntu, it can be done with the following command.
sudo apt-get install libbz2 libgomp1 zlib1g
If the precompiled package fails to run, you can compile GeneMiner2 from scratch. You can also use the Python scripts in the scripts folder. These scripts offer all the core functionalities of GeneMiner2 and can be deployed on any operating systems.
For detailed installation instructions, tutorials, the complete manual, please refer to the GeneMiner2 GitHub homepage: https://github.com/sculab/GeneMiner2.
Contact
If you have any questions, suggestions, or comments about GeneMiner, feel free to contact Xinyi_Yu2021@163.com.