Skip to content

Flow Platform

Welcome to Flow - a comprehensive platform for genomic data management and workflow execution.

What is Flow?

Flow is a multi-service platform designed for scientists and bioinformaticians to:

  • Manage organizations and projects - Organize your work across teams and research projects
  • Store and browse genomic data - Access files in cloud storage (GCS, S3) through an intuitive interface
  • Run bioinformatics workflows - Execute Nextflow pipelines on cloud infrastructure (GCP Batch)

Services

Admin Console

Manage organizations, projects, users, and cloud credentials.

Learn more

File Browser

Browse, upload, and download files from cloud storage buckets.

Learn more

Compute

Run bioinformatics pipelines and monitor job execution.

Learn more

Quick Start

  1. Get access - Contact your organization administrator for an account
  2. Log in - Visit the Admin Console and sign in
  3. Select a project - Choose or create a project to work with
  4. Browse files - Access your data in the File Browser
  5. Run a workflow - Launch a pipeline in the Compute service
# Install CLI
pip install iseq-flow

# Login with PAT token
flow login --token YOUR_PAT_TOKEN

# Select default project
flow config select-project

# Browse files, manage orders, run pipelines
flow files ls
flow orders list
flow runs submit --pipeline hereditary-mock --watch

Get Started CLI Guide

Need Help?