diff --git a/containers/gtdb-tk/Dockerfile b/containers/gtdb-tk/Dockerfile index 7658dc19..378a64d2 100644 --- a/containers/gtdb-tk/Dockerfile +++ b/containers/gtdb-tk/Dockerfile @@ -1,4 +1,4 @@ -FROM continuumio/miniconda3 +FROM quay.io/biocontainers/gtdbtk:2.3.0--pyhdfd78af_2 LABEL software="GTDB-Tk" LABEL software.version="2.3.0" @@ -6,9 +6,6 @@ LABEL description="A toolkit for assigning objective taxonomic classifications t LABEL website="https://github.com/Ecogenomics/GTDBTk" LABEL license="GPLv3" -RUN conda update --all --yes && \ - conda create -n gtdbtk-2.3.0 -c conda-forge -c bioconda gtdbtk=2.3.0 - # Workdir RUN mkdir /data WORKDIR /data