Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedmoustafa authored Jun 23, 2021
1 parent b66f4eb commit f766897
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -523,14 +523,13 @@ RUN pip install gecco-tool

# DeepBGC
#########
RUN apt-get update && \
apt-get install software-properties-common && \
add-apt-repository ppa:deadsnakes/ppa && \
apt-get install python3.7
RUN apt-get update
RUN apt-get install software-properties-common
RUN add-apt-repository ppa:deadsnakes/ppa
RUN apt-get install python3.7
RUN python3.7 -m pip install deepbgc deepbgc[hmm]
RUN deepbgc download


##########################################################################################
##########################################################################################

Expand Down

0 comments on commit f766897

Please sign in to comment.