Download Latest Version GeneMiner_cli_linux_20260414.tar.gz (400.8 MB)
Email in envelope

Get an email when there's a new version of GeneMiner

Home
Name Modified Size InfoDownloads / Week
Readme.md 2026-04-21 3.7 kB
GeneMiner_macos_20260414.dmg 2026-04-16 698.2 MB
GeneMiner_cli_linux_20260414.tar.gz 2026-04-16 400.8 MB
GeneMiner_win64_20260414.zip 2026-04-16 268.1 MB
GeneMiner_macos_20251202.dmg 2025-12-05 812.4 MB
GeneMiner_cli_linux_20251202.tar.gz 2025-12-05 405.2 MB
GeneMiner_win64_20251202.zip 2025-12-05 263.0 MB
GeneMiner_macos_20250709.dmg 2025-07-13 809.6 MB
GeneMiner_win64_20250709.zip 2025-07-13 265.2 MB
GeneMiner_win64_20250628.zip 2025-07-03 259.2 MB
GeneMiner_win64_20250421.zip 2025-04-24 245.0 MB
GeneMiner_win64_20240710.zip 2024-08-07 247.6 MB
GeneMiner_macos_20240313.dmg 2024-03-20 527.6 MB
GeneMiner_win64_20240313.zip 2024-03-20 246.4 MB
GeneMiner_macos_20240129.dmg 2024-01-29 527.4 MB
GeneMiner_win64_20240129.zip 2024-01-29 246.3 MB
GeneMiner_macos_20240122.dmg 2024-01-22 527.6 MB
GeneMiner_win64_20240122.zip 2024-01-22 246.4 MB
GeneMiner_macos_20240117.dmg 2024-01-17 528.7 MB
GeneMiner_win64_20240117.zip 2024-01-17 246.3 MB
Totals: 20 Items   7.8 GB 10

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.

Source: Readme.md, updated 2026-04-21