~ubuntu-branches/ubuntu/trusty/autodocktools/trusty

« back to all changes in this revision

Viewing changes to AutoDockTools/autoanalyzeCommands.py

  • Committer: Package Import Robot
  • Author(s): Thorsten Alteholz
  • Date: 2012-02-06 18:00:00 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120206180000-cmdihm43xz7qi2qk
Tags: 1.5.6~rc3~cvs.20120206-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#############################################################################
10
10
 
11
11
 
12
 
# $Header: /opt/cvs/python/packages/share1.5/AutoDockTools/autoanalyzeCommands.py,v 1.263 2011/05/09 20:44:31 rhuey Exp $
 
12
# $Header: /opt/cvs/python/packages/share1.5/AutoDockTools/autoanalyzeCommands.py,v 1.260.2.7 2011/05/09 20:45:22 rhuey Exp $
13
13
#
14
 
# $Id: autoanalyzeCommands.py,v 1.263 2011/05/09 20:44:31 rhuey Exp $
 
14
# $Id: autoanalyzeCommands.py,v 1.260.2.7 2011/05/09 20:45:22 rhuey Exp $
15
15
#
16
16
#
17
17
#
3959
3959
                    #if len(geom.vertexSet)==1 and float(geom.labels[0])>=m.vina_results[ind][0]:
3960
3960
                    #    print "in right if"
3961
3961
                        #geom.Set(labels = (str(m.vina_results[ind+1][0]),)) 
3962
 
                        #self.vf.labelByProperty(mols, properties = ['vina_energy'], font={'fontScales':(.5,.5,.5)})                    
 
3962
                        #self.vf.labelByProperty(mols, properties = ['vina_energy'], font={'fontScales':(.5,.5,.5)})
3963
3963
                    #self.vf.labelByProperty(mols, properties = ['vina_energy'], font={'fontScales':(.5,.5,.5)})
3964
3964
                    g = m.geomContainer.geoms['ProteinLabels']
3965
3965
                    energy = m.vina_results[ind][0]