Skip to content

Commit

Permalink
updating Dockerfile to clone ETP from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
KatharinaHoff committed Nov 7, 2023
1 parent cfbd6aa commit c2bdb3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,8 @@ ENV PATH=${PATH}:/opt/BRAKER/scripts

# include ETP
RUN cd /opt && \
wget http://topaz.gatech.edu/GeneMark/etp.for_braker.tar.gz && \
tar -xzf etp.for_braker.tar.gz && \
mv etp.for_braker ETP && \
git clone https://github.com/gatech-genemark/GeneMark-ETP.git && \
mv GeneMark-ETP ETP && \
chmod a+x /opt/ETP/bin/*py /opt/ETP/bin/*pl /opt/ETP/tools/*

ENV GENEMARK_PATH=/opt/ETP/bin
Expand Down

0 comments on commit c2bdb3c

Please sign in to comment.