Skip to content

Commit

Permalink
Update Dockerfile with gffutils
Browse files Browse the repository at this point in the history
  • Loading branch information
dhspence authored May 8, 2024
1 parent 970522d commit 7973963
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker-baseimage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,13 @@ RUN pip install numpy && \
pip install gget && \
pip install openpyxl && \
pip install SQLAlchemy && \
pip install pymupdf && \
pip install gffutils
pip install pymupdf

RUN wget https://github.com/fls-bioinformatics-core/GFFUtils/archive/refs/tags/v0.12.0.tar.gz && \
tar xzf GFFUtils-0.10.3.tar.gz && \
pip install -r ./GFFUtils-0.10.3/requirements.txt && \
pip install ./GFFUtils-0.10.3/

#set timezone to CDT
RUN ln -sf /usr/share/zoneinfo/America/Chicago /etc/localtime
RUN echo "America/Chicago" > /etc/timezone
Expand Down

0 comments on commit 7973963

Please sign in to comment.