Skip to content

Commit

Permalink
Add alphalink scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmurail committed Apr 7, 2023
1 parent c07ef54 commit c4f9a00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ RUN wget -q -P /opt/openfold/openfold/resources \
RUN patch -p0 -d /opt/conda/lib/python3.7/site-packages/ < /opt/openfold/lib/openmm.patch
WORKDIR /opt/openfold
RUN python3 setup.py install

COPY preprocessing_distributions.py /opt/openfold/
COPY predict_with_crosslinks.py /opt/openfold/
COPY contacts_to_distograms.py /opt/openfold/

0 comments on commit c4f9a00

Please sign in to comment.