From b47d6ad67c8d55b622a69b63cf6466b70a36603f Mon Sep 17 00:00:00 2001 From: dz11 Date: Mon, 20 Oct 2025 12:25:17 +0100 Subject: [PATCH 1/2] add sourmash_plugin_branchwater --- sourmash_plugin_branchwater/0.9.14/Dockerfile | 30 +++++++++++++++++++ sourmash_plugin_branchwater/0.9.14/conda.yml | 6 ++++ 2 files changed, 36 insertions(+) create mode 100644 sourmash_plugin_branchwater/0.9.14/Dockerfile create mode 100644 sourmash_plugin_branchwater/0.9.14/conda.yml diff --git a/sourmash_plugin_branchwater/0.9.14/Dockerfile b/sourmash_plugin_branchwater/0.9.14/Dockerfile new file mode 100644 index 00000000..f80b67ce --- /dev/null +++ b/sourmash_plugin_branchwater/0.9.14/Dockerfile @@ -0,0 +1,30 @@ +# Base Image +FROM mambaorg/micromamba:ubuntu24.04 + +# Metadata +LABEL base.image="mambaorg/micromamba:ubuntu24.04" +LABEL version="1" +LABEL software="sourmash_plugin_branchwater" +LABEL software.version="0.9.14" +LABEL about.summary="Fast search and gather extensions for sourmash" +LABEL about.home="https://github.com/sourmash-bio/sourmash_plugin_branchwater" +LABEL about.documentation="https://github.com/sourmash-bio/sourmash_plugin_branchwater" +LABEL about.license="AGPL-3.0-only" +LABEL about.license_file="https://github.com/sourmash-bio/sourmash_plugin_branchwater?tab=AGPL-3.0-1-ov-file#readme" +LABEL about.tags="kmers, metagenomics" + +# Maintainer +LABEL maintainer="Danil Zilov Date: Tue, 3 Feb 2026 17:53:26 +0100 Subject: [PATCH 2/2] Trigger CI --- sourmash_plugin_branchwater/0.9.14/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sourmash_plugin_branchwater/0.9.14/Dockerfile b/sourmash_plugin_branchwater/0.9.14/Dockerfile index f80b67ce..ca82f502 100644 --- a/sourmash_plugin_branchwater/0.9.14/Dockerfile +++ b/sourmash_plugin_branchwater/0.9.14/Dockerfile @@ -25,6 +25,5 @@ RUN micromamba install -y -n base -f /tmp/conda.yml && micromamba clean -a -y ENV PATH="$MAMBA_ROOT_PREFIX/bin:$PATH" USER root - # Verify installation -RUN sourmash --version && sourmash scripts multisearch --help \ No newline at end of file +RUN sourmash --version && sourmash scripts multisearch --help