From b47d6ad67c8d55b622a69b63cf6466b70a36603f Mon Sep 17 00:00:00 2001 From: dz11 Date: Mon, 20 Oct 2025 12:25:17 +0100 Subject: [PATCH] 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