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.0.tar.gz (38.9 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.0-py3-none-any.whl (43.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for nflaunch-0.2.0.tar.gz
Algorithm Hash digest
SHA256 a63884230ac88959bf5a5d10044cce1355f81a4603397a2f21461fe72017609d
MD5 91239587d796a68fd30824f668cda057
BLAKE2b-256 dbbf91f96f9d7492b10e06c546ea239b1916ccc37768d6b48cef485810b8f40a

See more details on using hashes here.

Provenance

The following attestation bundles were made for nflaunch-0.2.0.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.0-py3-none-any.whl.

File metadata

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

File hashes

Hashes for nflaunch-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9a08bc21c36fa65d65241237669cca676426aad576779fc0835959046ec1626a
MD5 f7a50fd2f2a964771cbbed9bf2978cbe
BLAKE2b-256 b9acd0a0b3ea363282e9c018650fa287f613ab1f5a41917b0f756a32d58827c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for nflaunch-0.2.0-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