Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
UGENE is free open-source cross-platform bioinformatics software
| Date | Stars |
|---|---|
| 2026-07-24 | 277 |
| 2026-07-25 | 277 |
| 2026-07-28 | 277 |
| 2026-07-30 | 278 |
| 2026-08-06 | 278 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
5.0
growth rate 0.00%/day
# UGENE
Download UGENE: [https://ugeneunipro.github.io/ugene/](https://ugeneunipro.github.io/ugene/)
## Building UGENE
### Prerequisites
Qt 5.15.x with the following components installed via the Qt installer:
- Desktop
- QtScript
### Build
1. Set the `Qt5_DIR` system environment variable to point to the Qt 5 installation directory.
2. Run the following commands based on your operating system:
- **Linux & macOS**:
```
sudo apt install libgl1-mesa-dev zlib1g-dev libxtst-dev sudo libglu1-mesa-dev
cmake -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" -S . -B "../build-ugene-release"
cmake --build "../build-ugene-release" -- -j 4
```
- **Windows**:
```
cmake -DCMAKE_CONFIGURATION_TYPES=Release -G "Visual Studio 16 2019" -S . -B "../build-ugene-release"
cmake --build "../build-ugene-release" --parallel --config Release
```
For more details, please check the `build.sh` files in the `etc/scripts` directory.
Excerpt of 981 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:3356e3204e108a5f, topic:bioinformatics, desc:bioinformatics
matched fp:3356e3204e108a5f, topic:workflow