Skip to content

Commit

Permalink
Use pip remote install from personal fork
Browse files Browse the repository at this point in the history
  • Loading branch information
lvreynoso committed Jan 8, 2024
1 parent c5275e4 commit 23153fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/amr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt

# RGI version 6.0.3
RUN pip3 install git+/~https://github.com/arpcard/rgi.git@5bd27cdf946d618198bf30971272b43a12842de6
RUN pip3 install git+/~https://github.com/lvreynoso/rgi.git@a14f8dd5457a6220a06024b6aebd05e8cb6181d7

# Install seqfu (used for interleaving input files)
ARG SEQFU_VER="1.16.0"
Expand Down

0 comments on commit 23153fa

Please sign in to comment.