snakemake-storage-plugin-gcs
A Snakemake storage plugin for Google Cloud Storage
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-gcsuv
uv add snakemake-storage-plugin-gcspoetry
poetry add snakemake-storage-plugin-gcsInstalling 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
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
snakemakeSnakemake is a workflow management system that…
permissive · top 15,000 on PyPI
snakemake-storage-plugin-s3Enables Snakemake workflows to read from and…
permissive · top 15,000 on PyPI
gcp-storage-emulatorProvides a local emulator for Google Cloud…
permissive · top 15,000 on PyPI
snakemake-interface-storage-pluginsProvides a stable interface specification and…
unclear · top 5,000 on PyPI
repo2rocrateGenerates RO-Crate metadata from workflow…
permissive · top 15,000 on PyPI
gcsfsProvides a file-system-like interface to Google…
permissive · top 1,000 on PyPI
gcloud-aio-storageProvides an asyncio-based Python client for…
permissive · top 1,000 on PyPI
snakemake-interface-executor-pluginsProvides a stable interface specification for…
permissive · top 15,000 on PyPI
gcs-oauth2-boto-pluginProvides OAuth 2.0 authentication for Google…
permissive · top 15,000 on PyPI
dvc-gsEnables DVC to read from and write to Google…
permissive · top 15,000 on PyPI