Releases: bioinfocodex/rnaflow
Releases · bioinfocodex/rnaflow
Release list
RNAflow v3.0.0
RNAflow v3.0.0
Complete RNA-seq analysis pipeline — from raw FASTQ to publication figures.
Downloads
| Platform | File | Notes |
|---|---|---|
| macOS Apple Silicon | RNAflow-*-arm64.dmg |
M1/M2/M3 Macs |
| macOS Intel | RNAflow-*.dmg |
x64 Macs |
| Windows | RNAflow-Setup-*.exe |
Installer |
| Windows | RNAflow-*.exe (portable) |
No install needed |
| Linux | RNAflow-*.AppImage |
Universal |
| Linux | rnaflow_*_amd64.deb |
Ubuntu/Debian |
| Linux | rnaflow-*.rpm |
Fedora/RHEL |
Requirements
- Python 3.8+
- Miniforge / Miniconda / Anaconda
rnaseqconda environment (set up inside the app)
What's New
See CHANGELOG for details.
RNAflow v2.0.0
RNAflow v2.0.0
Complete RNA-seq analysis pipeline — from raw FASTQ to publication figures.
Downloads
| Platform | File | Notes |
|---|---|---|
| macOS Apple Silicon | RNAflow-*-arm64.dmg |
M1/M2/M3 Macs |
| macOS Intel | RNAflow-*.dmg |
x64 Macs |
| Windows | RNAflow-Setup-*.exe |
Installer |
| Windows | RNAflow-*.exe (portable) |
No install needed |
| Linux | RNAflow-*.AppImage |
Universal |
| Linux | rnaflow_*_amd64.deb |
Ubuntu/Debian |
| Linux | rnaflow-*.rpm |
Fedora/RHEL |
Requirements
- Python 3.8+
- Miniforge / Miniconda / Anaconda
rnaseqconda environment (set up inside the app)
What's New
See CHANGELOG for details.
1.0.0
fix: bundle rnaflow_server.py and fix resource path in packaged app - Add rnaflow_server.py to git (was never committed, so missing from builds) - Fix main.js to use process.resourcesPath when packaged (app.isPackaged) vs __dirname in dev mode — extraResources land in resourcesPath, not __dirname Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>