Skip to Content
Introduction

Introduction

Welcome to Bioinformatics Studio — an open-source visual workflow orchestrator with agentic AI for interactive genomic analysis.

What is Bioinformatics Studio?

Bioinformatics Studio bridges the gap between rigid batch pipelines (Snakemake, Nextflow) and unstructured notebooks (Jupyter). It combines a visual DAG canvas with inline multi-language execution, automatic cross-language data transfer, and live output streaming — lowering the barrier to testing hypotheses while preserving the reproducibility advantages of explicit workflow graphs.

Key Features

  • Visual DAG Canvas — Build pipelines as directed acyclic graphs. Nodes execute in dependency order, with outputs automatically flowing to downstream nodes.
  • Multi-Language Execution — Write Python, R, and Bash side-by-side within the same workflow. Each node streams output in real time, appearing live node-by-node rather than only after the entire DAG resolves.
  • Cross-Language Object Serialization — Non-JSON-serializable objects are automatically converted: AnnData to .h5ad, DataFrames to Parquet, with pickle fallback. Downstream nodes receive native objects — a Python DataFrame becomes an R data.frame.
  • Session Persistence — Each workflow is saved as a .flow JSON file capturing node code, edge topology, parameter values, and per-node execution metadata. Downstream nodes access upstream results without re-execution, and state is recoverable after restart.
  • Bioinformatics Hub — Browse, save, share, and launch pipeline templates. A unified package manager abstracts over conda, apt, Homebrew, and R/CRAN/Bioconductor behind a single interface.
  • Agentic AI — Describe an analysis in natural language and the AI agent scaffolds the workflow on the canvas — creating nodes, writing code, and connecting inputs to outputs automatically. The agent has access to 84 tools and 41 bioinformatics databases for querying, enrichment analysis, and evidence tracking.
  • Integrated Visualization — Built-in support for plots, Hi-C contact maps via an integrated HiGlass tile server, and rich HTML output rendering.

Get Started

Ready to dive in? Head to Download to get Bioinformatics Studio, or check out the Tutorials to learn how to build your first workflow.

Last updated on