Skip to main content

Command-line tool to run Nextflow pipelines in the cloud

Project description

nflaunch

Python Version PyPI version License: Apache-2.0

nflaunch is a command-line tool designed to simplify the launching of Nextflow pipelines on cloud batch services. It abstracts complex cloud configurations into a unified interface, currently supporting Google Cloud Batch.

This tool is under active development and intended for users with experience managing cloud resources and Nextflow pipelines. Ensure you understand the configurations and implications of job submissions before using it in production environments.


Table of Contents


Key Features

  • GCP Batch Support - Automated volume mounting and job execution on Google Cloud
  • Dry-Run Mode - Validate job configurations before submission
  • Plugin System - Extensible architecture for pipeline-specific enhancements
  • Local & Remote Pipelines - Support for both published (e.g. nf-core public pipelines) and local pipeline directories
  • Resume Capability - Resume failed pipeline runs

Quick Start

Prerequisites

Installation

pip install nflaunch

Verify installation:

nflaunch --help

For detailed installation instructions, see the Installation Guide.

GCP Setup

Configure required permissions and authentication:

gcloud auth login
gcloud auth application-default login

Enable the following APIs in your GCP project:

  • Google Cloud Batch API (batch.googleapis.com)
  • Google Cloud Storage API (storage.googleapis.com)

For complete GCP setup instructions, see the GCP Setup Guide.

Documentation

Comprehensive documentation is available in the docs/ directory:

Getting Started

Reference

Usage Example

Run the nf-core/demo pipeline with dry-run validation:

nflaunch \
  --base-bucket my-nextflow-bucket \
  --pipeline-name nf-core/demo \
  --pipeline-version 1.0.2 \
  --params-file examples/params.yaml \
  --samplesheet examples/samplesheet.csv \
  --config-file examples/resources.config \
  --project-id my-gcp-project \
  --region europe-west4 \
  --service-account-email sa@my-project.iam.gserviceaccount.com \
  --network default \
  --subnetwork default \
  --labels '{"env": "test", "tool": "nflaunch"}' \
  --dry-run

Remove --dry-run to submit the job.

For more examples and detailed usage instructions, see the Quickstart Guide.

License

This project is distributed under the terms of the Apache License 2.0.


Documentation: docs/ | Examples: examples/ | Changelog: CHANGELOG.md

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nflaunch-0.2.1.tar.gz (39.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nflaunch-0.2.1-py3-none-any.whl (43.8 kB view details)

Uploaded Python 3

File details

Details for the file nflaunch-0.2.1.tar.gz.

File metadata

  • Download URL: nflaunch-0.2.1.tar.gz
  • Upload date:
  • Size: 39.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nflaunch-0.2.1.tar.gz
Algorithm Hash digest
SHA256 121183dc71939e0518bc33b06ad73480072385357be3542be47dcf0ea9eee286
MD5 aaaf9391a7ef74db8b91fbd18423e9e8
BLAKE2b-256 c2ff24964c4a966f81b171a0bac79b46932fe95dc37505a696d3281e221b0d13

See more details on using hashes here.

Provenance

The following attestation bundles were made for nflaunch-0.2.1.tar.gz:

Publisher: release.yaml on rodjc/nflaunch

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nflaunch-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: nflaunch-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 43.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nflaunch-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 90a8a7dfabbfff882306a41251abacf35d319b4df796c2234bf89f79bd2e1be1
MD5 ee7e35604465619c1b33dea86cbf4dcc
BLAKE2b-256 e0cb440248e8bf72b59def37c3eb6bfbcf7309f75037d1906c866f7dcb419f0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for nflaunch-0.2.1-py3-none-any.whl:

Publisher: release.yaml on rodjc/nflaunch

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page