skillfed

snakemake-storage-plugin-gcs

A Snakemake storage plugin for Google Cloud Storage

snakemake-storage-plugin-gcs v1.1.4 653.2K downloads/30d#5,536 on PyPI4
Permissive license MIT AGING released

What it is and what it does

This package is a Snakemake storage plugin that integrates Google Cloud Storage into Snakemake workflows. It allows you to specify GCS paths directly in your Snakemake rules, with the plugin handling authentication, file transfer, and metadata operations transparently. The plugin depends on google-cloud-storage for GCS API access, google-crc32c for integrity checking, and Snakemake's plugin interface libraries.

When your workflow references a GCS path, the plugin intercepts that reference and manages the actual read/write operations. This eliminates the need to manually download files to local disk or manage credentials in your workflow code, making it useful for workflows that process data already stored in Google Cloud.

Use it for:

  • Running Snakemake pipelines on data already stored in a Google Cloud project.
  • Integrating GCS-based datasets into reproducible workflows without manual file staging.
  • Building cloud-native Snakemake workflows that keep results in GCS for cost-effective storage.
  • Testing Snakemake workflows against cloud storage using a fake GCS server.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Enables Snakemake workflows to read from and write to Google Cloud Storage as a storage backend.

Yes, if you use Snakemake and need to work with Google Cloud Storage. Low install friction, permissive MIT license, and no known vulnerabilities make it a safe choice. The aging maintenance status is a minor concern given the narrow plugin scope and active repository, but verify compatibility with your specific Snakemake version before production use.

Install

snakemake-storage-plugin-gcs on PyPI

pip

pip install snakemake-storage-plugin-gcs

uv

uv add snakemake-storage-plugin-gcs

poetry

poetry add snakemake-storage-plugin-gcs

Installing snakemake-storage-plugin-gcs

Before you install

Low friction installation with a pure-Python wheel. Maintenance status is aging—last commit was 508 days ago—but the repository remains active and not archived.

License in practice

MIT license permits free use, modification, and distribution with minimal restrictions, suitable for both open-source and commercial projects.

Quickstart

pip install snakemake-storage-plugin-gcs

In your Snakemake workflow, reference GCS paths directly:
rule my_rule:
    input: "gs://my-bucket/input.txt"
    output: "gs://my-bucket/output.txt"
    shell: "cat {input} > {output}"

Requires Python >=3.11 and valid Google Cloud credentials configured in your environment.

Verify before relying

  • Whether the plugin works with all current Snakemake versions or has specific version constraints.
  • Performance characteristics when handling large files or high-frequency GCS operations in production.
  • Specific authentication setup requirements for Google Cloud credentials in Snakemake workflows.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.11)
Install friction low — pure-Python wheel
Runtime dependencies 4 — google-cloud-storage, google-crc32c, snakemake-interface-common, snakemake-interface-storage-plugins
Maintenance aging — 508 days since the last release
Last repo commit
First released
Downloads 653,215/month — #5,536 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: snakemake_storage_plugin_gcs-1.1.4-py3-none-any.whl

Keywords: google cloud storage, plugin, snakemake, storage

Tags

snakemake google cloud storagegcs snakemake pluginsnakemake storage backendsnakemake gcs plugincloud storage workflowsnakemake cloud integration
snakemake-plugincloud-storage

More Build Tools packages

packaging

Provides reusable utilities for Python…

permissive · top 100 on PyPI

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

pip

pip is the standard installer for Python…

permissive · top 100 on PyPI

hatchling

Hatchling is a standards-compliant Python build…

permissive · top 100 on PyPI

grpcio-tools

Generates Python gRPC service stubs and message…

permissive · top 1,000 on PyPI

pre-commit

pre-commit is a framework for installing and…

permissive · top 1,000 on PyPI

snakemake

Snakemake is a workflow management system that…

permissive · top 15,000 on PyPI

snakemake-storage-plugin-s3

Enables Snakemake workflows to read from and…

permissive · top 15,000 on PyPI

gcp-storage-emulator

Provides a local emulator for Google Cloud…

permissive · top 15,000 on PyPI

snakemake-interface-storage-plugins

Provides a stable interface specification and…

unclear · top 5,000 on PyPI

repo2rocrate

Generates RO-Crate metadata from workflow…

permissive · top 15,000 on PyPI

gcsfs

Provides a file-system-like interface to Google…

permissive · top 1,000 on PyPI

gcloud-aio-storage

Provides an asyncio-based Python client for…

permissive · top 1,000 on PyPI

snakemake-interface-executor-plugins

Provides a stable interface specification for…

permissive · top 15,000 on PyPI

gcs-oauth2-boto-plugin

Provides OAuth 2.0 authentication for Google…

permissive · top 15,000 on PyPI

dvc-gs

Enables DVC to read from and write to Google…

permissive · top 15,000 on PyPI