I am trying to generate Haddock-score vs RMSD graph and following the steps below. Could you please tell me the process is correct?
Once haddock docking is finished
In the /run1/structures/it1/water/ directory run the below command
$HADDOCKTOOLS/ana_clusters.csh -best 4 analysis/cluster.out
This will give two files
- cluster_haddock-score.txt_best4 (containing haddock score of the clusters)
- cluster_rmsd.txt_best4 (containing rmsd values of the clusters)
Make a graph for haddock-score at y-axis and rmsd values at x-axis.
Thank you for your help,