-
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.
Merge pull request #55 from microbiomedata/54-update-num_trna-to-num_…
…t_rna-in-mbin_statspy 54 update num_trna to num_t_rna in mbin statspy
- Loading branch information
Showing
4 changed files
with
9 additions
and
9 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
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 |