Skip to content

Commit

Permalink
Change base image for GTDB-tk 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mberacochea committed May 30, 2023
1 parent 9dc3ed4 commit 6e6f880
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 6e6f880

Please sign in to comment.