Skip to content

Commit

Permalink
docker to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sujunhao committed Dec 12, 2022
1 parent 5c27fd1 commit 12731ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86
conda config --add channels defaults && \
conda config --add channels bioconda && \
conda config --add channels conda-forge && \
wget http://www.bio8.cs.hku.hk/ClusterV/ClusterV-1.0.zip && \
unzip ClusterV-1.0.zip && mv ClusterV-1.0 ClusterV && \
wget http://www.bio8.cs.hku.hk/ClusterV/ClusterV-1.1.zip && \
unzip ClusterV-1.1.zip && mv ClusterV-1.1 ClusterV && \
cd ClusterV && \
conda env create -f clusterV.yml

Expand All @@ -47,6 +47,6 @@ COPY . .

run cd /opt/bin && \
PREFIX=/opt/conda/envs/clusterV && \
PYTHON=/opt/conda/envs/clair3/bin/python
PYTHON=/opt/conda/envs/clusterV/bin/python


0 comments on commit 12731ff

Please sign in to comment.