Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelauliano authored Apr 3, 2023
1 parent f97119e commit 5d59acf
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 @@ -64,9 +64,9 @@ RUN git clone https://github.com/RemiAllio/MitoFinder.git \
&& sed -i 's/\/usr\/bin\/python/\/usr\/bin\/env python/' mitofinder
RUN chmod -R 755 /opt/MitoFinder

RUN git clone https://github.com/weizhongli/cdhit.git [github.com] \
&& cd cdhit \
&& make MAX_SEQ=10000000 \
RUN git clone https://github.com/weizhongli/cdhit.git && \
cd cdhit && \
make MAX_SEQ=10000000

RUN mkdir -p /opt/wrappers

Expand Down

0 comments on commit 5d59acf

Please sign in to comment.