Skip to content

Commit

Permalink
Merge pull request #41 from EBI-Metagenomics/bugfix/v2.1.0-gtdbtk-con…
Browse files Browse the repository at this point in the history
…tainer

Change base image for GTDB-tk 2.3.0
  • Loading branch information
tgurbich authored May 30, 2023
2 parents 9dc3ed4 + 6e6f880 commit c1a4c38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions containers/gtdb-tk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
FROM continuumio/miniconda3
FROM quay.io/biocontainers/gtdbtk:2.3.0--pyhdfd78af_2

LABEL software="GTDB-Tk"
LABEL software.version="2.3.0"
LABEL description="A toolkit for assigning objective taxonomic classifications to bacterial and archaeal genomes."
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
Expand Down

0 comments on commit c1a4c38

Please sign in to comment.