Skip to content

Releases: bioinfocodex/rnaflow

RNAflow v3.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 19:13

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
  • rnaseq conda environment (set up inside the app)

What's New

See CHANGELOG for details.

RNAflow v2.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 19:36

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
  • rnaseq conda environment (set up inside the app)

What's New

See CHANGELOG for details.

1.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Mar 01:50
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>