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 cc634ea commit f97119e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,11 @@ RUN git clone https://github.com/RemiAllio/MitoFinder.git \
&& cd MitoFinder \
&& ./install.sh \
&& 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 \
&& sed -i 's/MAX_SEQ=500000/MAX_SEQ=10000000/' Makefile \
&& make \

RUN chmod -R 755 /opt/MitoFinder
&& make MAX_SEQ=10000000 \

RUN mkdir -p /opt/wrappers

Expand Down

0 comments on commit f97119e

Please sign in to comment.