Add WES Dockerfile and fix binding script copy path

This commit is contained in:
2026-03-26 10:50:40 +01:00
parent 83525663c9
commit ca4ceae21e
2 changed files with 23 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ RUN mkdir -p /data /results && chmod -R 777 /data /results
RUN mkdir -p /opt/bioemu/scripts/
COPY calculate_gibbs.py /opt/bioemu/scripts/
COPY calculate_binding.py /opt/bioemu/scripts/
COPY scripts/calculate_binding.py /opt/bioemu/scripts/
RUN chmod +x /opt/bioemu/scripts/calculate_gibbs.py
RUN chmod +x /opt/bioemu/scripts/calculate_binding.py