Skip to content

Commit 9b6fdc9

Browse files
committed
Docker: bindeps moved
1 parent 8054890 commit 9b6fdc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN conda env update -n base -f envs/hamronization_workflow.yaml
4949
RUN snakemake --configfile test/test_config.yaml --use-conda --conda-cleanup-pkgs cache --jobs 1 --conda-create-envs-only
5050

5151
# make Snakemake install the the non-conda binary deps (but not the databases)
52-
RUN snakemake --configfile test/test_config.yaml --use-conda --conda-cleanup-pkgs cache --jobs 1 bindeps/resistomeanalyzer/resistome bindeps/rarefactionanalyzer/rarefaction bindeps/snpfinder/snpfinder
52+
RUN snakemake --configfile test/test_config.yaml --use-conda --conda-cleanup-pkgs cache --jobs 1 bindeps/resistome bindeps/rarefaction bindeps/snpfinder
5353

5454
# this maiden run pulls all databases in, thus finalising the self-contained image
5555
RUN snakemake --configfile test/test_config.yaml --use-conda --conda-cleanup-pkgs cache --jobs 1 results/hamronized_report.tsv && \

0 commit comments

Comments
 (0)