snakemake/snakemake-executor-plugin-kubernetes

snakemake-storage-plugin-gcs not in container image when using remote storage

jeffhsu3 opened this issue · 2 comments

Getting this error when trying to run --executor kubernetes:

ERROR: Could not find a version that satisfies the requirement snakemake-storage-plugin-gcs (from versions: none)
ERROR: No matching distribution found for snakemake-storage-plugin-gcs

snakemake version: commit 6f345d3183101d1d01c0600d40a470cff7b99094

Does snakemake/snakemake:vget_last_stable_version() need to have snakemake-storage-plugin-gcs installed on it?

Actually not sure if the container is the issue. A basic workflow that creates a text file seems to work.

Sorry was using the wrong snakemake version.