Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pipeline/misc/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN /opt/mambaforge/bin/conda init bash && \
. /opt/mambaforge/etc/profile.d/conda.sh && \
conda activate genopred && \
cd /tools/GenoPred/pipeline && \
snakemake --restart-times 3 -j1 --use-conda --conda-frontend mamba install_r_packages resources/software/pgscatalog_utils/download_pgscatalog_utils.done resources/software/xwing/block_partition.txt && \
snakemake --restart-times 3 -j1 --use-conda --conda-frontend mamba install_r_packages resources/software/pgscatalog_utils/download_pgscatalog_utils.done && \
mamba clean -a -y

ENTRYPOINT ["/bin/bash"]
Expand Down