Skip to content

Commit

Permalink
Update dockerfile example with new argparse flags
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-mcgibbon committed Jul 27, 2022
1 parent b449ecc commit 32ca893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN TZ=Europe/London
RUN cd /home/SCORCH; chmod +x setup.sh
RUN cd /home/SCORCH; ./setup.sh
CMD source /root/.bashrc && conda clean -a
CMD conda activate scorch; cd /home/SCORCH; python scorch.py -receptor examples/predocked_1a0q/1a0q_receptor.pdbqt -ligand examples/predocked_1a0q/ligands/1a0q_docked_ligand.pdbqt
CMD conda activate scorch; cd /home/SCORCH; python scorch.py --receptor examples/predocked_1a0q/1a0q_receptor.pdbqt --ligand examples/predocked_1a0q/ligands/1a0q_docked_ligand.pdbqt

0 comments on commit 32ca893

Please sign in to comment.