From c8b1c924663f2a2cb5d7d767fa47701bb3d17e95 Mon Sep 17 00:00:00 2001 From: Taylor Firman Date: Thu, 8 Feb 2024 18:02:44 -0800 Subject: [PATCH] Switching Docker labels to WILDS Docker Library --- Dockerfile_gatk | 1 - Dockerfile_samtools | 1 - 2 files changed, 2 deletions(-) diff --git a/Dockerfile_gatk b/Dockerfile_gatk index bf86b28..d190f98 100644 --- a/Dockerfile_gatk +++ b/Dockerfile_gatk @@ -1,6 +1,5 @@ FROM continuumio/miniconda3 -LABEL org.opencontainers.image.source=https://github.com/getwilds/fastq-to-cram LABEL org.opencontainers.image.source=https://github.com/getwilds/wilds-docker-library LABEL org.opencontainers.image.description="Container image for the use of GATK in FH DaSL's WILDS" LABEL org.opencontainers.image.licenses=MIT diff --git a/Dockerfile_samtools b/Dockerfile_samtools index a0c1508..3261796 100644 --- a/Dockerfile_samtools +++ b/Dockerfile_samtools @@ -1,6 +1,5 @@ FROM ubuntu:noble-20240114 -LABEL org.opencontainers.image.source=https://github.com/getwilds/fastq-to-cram LABEL org.opencontainers.image.source=https://github.com/getwilds/wilds-docker-library LABEL org.opencontainers.image.description="Container image for the use of samtools in FH DaSL's WILDS" LABEL org.opencontainers.image.licenses=MIT