From c0ef9696f058c4360ced86cbc4fa185e462887b0 Mon Sep 17 00:00:00 2001 From: Jaeung Jang Date: Thu, 2 Jan 2025 18:09:14 -0500 Subject: [PATCH] fix: help system to identify arcasHLA --- Docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Docker/Dockerfile b/Docker/Dockerfile index f769417..135a74a 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -12,3 +12,4 @@ RUN git clone https://github.com/RabadanLab/arcasHLA.git RUN conda env create -f /app/arcasHLA/environment.yml RUN echo "source activate arcas-hla" > ~/.bashrc ENV PATH /opt/conda/envs/arcas-hla/bin:$PATH +ENV PATH="${PATH}:/app/arcasHLA/"