File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -50,5 +50,7 @@ RUN snakemake --configfile test/test_config.yaml --use-conda --jobs 1 --conda-cr
50
50
RUN snakemake --configfile test/test_config.yaml --use-conda --jobs 1 bindeps/resistomeanalyzer/resistome bindeps/rarefactionanalyzer/rarefaction bindeps/snpfinder/snpfinder
51
51
52
52
# this maiden run pulls all databases in, thus finalising the self-contained image
53
- RUN snakemake --configfile test/test_config.yaml --use-conda --jobs 1 && \
53
+ # this conda update appears to fix a breaking issue with "PuLP"
54
+ RUN conda update -q -y -C -n base -c conda-forge -c bioconda -c defaults --all && \
55
+ snakemake --configfile test/test_config.yaml --use-conda --jobs 4 results/hamronized_report.tsv && \
54
56
rm -rf results
You can’t perform that action at this time.
0 commit comments