Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cl3mente authored Jun 19, 2024
1 parent f1e9cd0 commit 0234b58
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,17 @@ RUN apt-get install -y locate libc6 muscle
#USER appuser

# Copy the source code into the container.
RUN git clone https://github.com/cl3mente/PlantPath2023.git
# RUN git clone --depth 1 https://github.com/cl3mente/PlantPath2023.git

RUN cp -f /app/PlantPath2023/ParaAT.pl /app/ParaAT2.0/ParaAT.pl
COPY . .

RUN cp -f /app/ParaAT.pl /app/ParaAT2.0/ParaAT.pl

ENV PATH=$PATH:/app/KaKs_Calculator3.0/src:/app/ParaAT2.0:/app/OrthoFinder

RUN mkdir input

VOLUME /app/input

# CMD python HGT.py -i /data/bioinf2023/PlantPath2023/genomeANDgff -OFr /data/bioinf2023/PlantPath2023/genomeANDgff/results/prot/f7b812/Results_Feb23 -v -nt 50
#ENTRYPOINT ["python","./HGT.py", "-i", "input"]

0 comments on commit 0234b58

Please sign in to comment.