From 4d568f70f52eef37d4ab94adb33e1e67c1279c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Milewski?= Date: Wed, 14 Aug 2024 21:27:37 +0200 Subject: [PATCH] Update README.md Add command to run docking. It is not obvious and I didnt know how to use AlphaRED docking protocole. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fa30c4..7b4b6f4 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,11 @@ For docking, we use ReplicaDock 2.0 with in-built upgrades to select flexible (" 1. Go to `AlphaRED/pipeline/1-structure_prediction/` to set-up local installation of ColabFold. This would be used for structure prediction. Alternative structure prediction tools such as ESMFold, OmegaFold, etc could also be used in place of AlphaFold based on the preference of the user. 2. Next, go to `AlphaRED/pipeline/2-prediction_analysis/` to analyze the state of the prediction, i.e. is the binding site correctly identified or not? If not, perform global docking. Otherwise, perform local docking and refinement. -3. Finally, in `AlphaRED/pipeline/3-docking/`, based on the binding mode identified, perform the respective docking analysis. If you perform global docking first, the top decoys from global docking are down-selected for local docking. If you perform local docking directly, select the top-scoring decoys (based on Interface scores) for side-chian refinement and relaxation. +3. Finally, in `AlphaRED/pipeline/3-docking/`, based on the binding mode identified, perform the respective docking analysis. If you perform global docking first, the top decoys from global docking are down-selected for local docking. If you perform local docking directly, select the top-scoring decoys (based on Interface scores) for side-chian refinement and relaxation. +To run docking simulation, use command: +## mpirun $ROSETTA_DIR/source/bin/rosetta_scripts.mpi.linuxgccrelease @flags_replica_dock +where $ROSETTA_DIR is your Rosetta's directory ## Installation