Add WES Dockerfile and fix binding script copy path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user