-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update docker sha256 hash. bump version to 1.3.11.
- Loading branch information
Chienchi Lo
committed
Oct 9, 2024
1 parent
367188d
commit c28dbaf
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
FROM doejgi/mbin:v1.0.1 | ||
## python 3.9.12 | ||
MAINTAINER [email protected] | ||
|
||
LABEL version="1.0.2" | ||
LABEL maintainer="[email protected]" | ||
LABEL version="1.0.3" | ||
LABEL software="NMDC_MAG_Pipeline" | ||
LABEL tags="bioinformatics" | ||
|
||
# Tell systemd we're running in Docker! | ||
|
||
ENV container docker | ||
ENV container="docker" | ||
|
||
|
||
ADD * /opt/conda/bin/ | ||
|
||
|
||
ENV GTDBTK_DATA_PATH /databases/GTDBTK_DB | ||
ENV CHECKM_DATA_PATH /databases/CheckM_DB | ||
ENV EUKCC2_DB /databases/EUKCC2_DB | ||
ENV GTDBTK_DATA_PATH=/databases/GTDBTK_DB | ||
ENV CHECKM_DATA_PATH=/databases/CheckM_DB | ||
ENV EUKCC2_DB=/databases/EUKCC2_DB | ||
|
||
WORKDIR /data | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.3.10 | ||
v1.3.11 |