Dock Ligand Clustering: Difference between revisions

From DISI
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 36: Line 36:
  # for method 0, it is also used.
  # for method 0, it is also used.
  ################################################################################
  ################################################################################
Currently installed in
~xyz/dockenv/bin/Linux/ligandclustering/

Revision as of 23:02, 17 August 2011

DOCK 3.6 Ligand Clustering

  • Contributed by Nia Huang's lab
  • Currently in the niu-nibs-clustering branch, ready for use
  • Replacement for single mode
  • Example INDOCK file parameters, add to your current INDOCK file
#
################################################################################
#                         POSE_CLUSTERING
#
pose_clustering                     yes
# "yes/no" General switch of pose clustering (default: no)
pose_clustering_detail              no
# "yes/no" Switch of print out detail infomation (default: no)
pose_clustering_method              0
# 0---------Write all the poses
# 1---------Clustering method based on KGS penalty function
# 2---------Clustering method based on ratio of RANK and RMSD
pose_clustering_cutoff              1.1
# pre-determined variable for clustering cutoff
# In method 0, the cutoff is unused.
# In method 1, the cutoff is unused.
# In method 2, the cutoff is Nc.
################################################################################
# cutoff in pose_clustering for saving resource
#pose_clustering_RMSD_cutoff
#pose_clustering_energy_cutoff       no
pose_clus_inputno_cutoff      0
# number: input number cutoff; 0: no; -1: rotatable bond based (NA)
# number of poses to be clustered according to energy rank
# for method 0, it is also used.
pose_clus_outputno_cutoff     0
# number: output number cutoff; 0: no
# number of clustered poses being written out according to energy rank
# for method 0, it is also used.
################################################################################

Currently installed in

~xyz/dockenv/bin/Linux/ligandclustering/