Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
cl3mente committed Jun 18, 2024
1 parent a197016 commit d8a0c41
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 84 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ RUN apt-get update && apt-get install -y \
gffread \
sudo \
g++ \
make
make \
git

RUN apt-get install -y python3

Expand Down Expand Up @@ -83,8 +84,6 @@ 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"]
Loading

0 comments on commit d8a0c41

Please sign in to comment.