Skip to content

iFlow Platform

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

What is iFlow?

iFlow 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 intelliseq-iflow

# Login with PAT token
iflow login --token YOUR_PAT_TOKEN

# Select default project
iflow config select-project

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

Get Started CLI Guide

Need Help?

  • CLI Tool - Use intelliseq-iflow for command-line access (Installation)
  • API Reference - Integrate programmatically (API Docs)
  • Developer Docs - For contributors and integrators (dev.flow.labpgx.com)