Skip to content
Snippets Groups Projects
Commit 4fee3fb9 authored by stefan's avatar stefan
Browse files

dokk (the docking game):

 - changed start positions of ligands

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1985 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent eaa7e131
No related branches found
No related tags found
No related merge requests found
...@@ -101,17 +101,17 @@ TEXTCOLORBLUE1: 64 ...@@ -101,17 +101,17 @@ TEXTCOLORBLUE1: 64
TEXTSIZE1: 40 TEXTSIZE1: 40
[Box] [Box]
XMIN:-1000 XMIN:-100
XMAX:1000 XMAX:100
YMIN:-1000 YMIN:-100
YMAX:1000 YMAX:100
ZMIN:-1000 ZMIN:-100
ZMAX:1000 ZMAX:100
[Start] [Start]
POSX:10.0 POSX:10.0
POSY:-2.0 POSY:-2.0
POSZ:60.0 POSZ:40.0
ROTX:-2.0 ROTX:-2.0
ROTY:0.25 ROTY:0.25
......
[1]
score = 1.26454350948
name = STU
[3]
score = 1.57162377437
name = STU
[2]
score = 1.34045518637
name = STU
[5]
score = 2.80041636229
name = AAA
[4]
score = 1.87384883563
name = BIO
...@@ -108,7 +108,7 @@ ZMAX:1000 ...@@ -108,7 +108,7 @@ ZMAX:1000
[Start] [Start]
POSX:10.0 POSX:10.0
POSY:-2.0 POSY:-2.0
POSZ:60.0 POSZ:40.0
ROTX:-2.0 ROTX:-2.0
ROTY:0.25 ROTY:0.25
......
...@@ -101,7 +101,7 @@ ZMAX:1000 ...@@ -101,7 +101,7 @@ ZMAX:1000
[Start] [Start]
POSX:10.0 POSX:10.0
POSY:-2.0 POSY:-2.0
POSZ:60.0 POSZ:40.0
ROTX:-2.0 ROTX:-2.0
ROTY:0.25 ROTY:0.25
......
...@@ -100,7 +100,7 @@ ZMAX:100 ...@@ -100,7 +100,7 @@ ZMAX:100
[Start] [Start]
POSX:10.0 POSX:10.0
POSY:-2.0 POSY:-2.0
POSZ:60.0 POSZ:40.0
ROTX:-2.0 ROTX:-2.0
ROTY:0.25 ROTY:0.25
......
...@@ -105,7 +105,7 @@ ZMAX:100 ...@@ -105,7 +105,7 @@ ZMAX:100
[Start] [Start]
POSX:10.0 POSX:10.0
POSY:-2.0 POSY:-2.0
POSZ:60.0 POSZ:40.0
ROTX:-2.0 ROTX:-2.0
ROTY:0.25 ROTY:0.25
......
...@@ -94,7 +94,7 @@ ZMAX:1000 ...@@ -94,7 +94,7 @@ ZMAX:1000
[Start] [Start]
POSX:10.0 POSX:10.0
POSY:-2.0 POSY:-2.0
POSZ:60.0 POSZ:40.0
ROTX:-2.0 ROTX:-2.0
ROTY:0.25 ROTY:0.25
......
...@@ -53,7 +53,7 @@ class DokkGLCanvas(QGLWidget): ...@@ -53,7 +53,7 @@ class DokkGLCanvas(QGLWidget):
painter.setPen(QPen(QColor(255,255,255), Qt.SolidLine)) painter.setPen(QPen(QColor(255,255,255), Qt.SolidLine))
painter.setFont(QFont("Verdana",20)) painter.setFont(QFont("Verdana",20))
painter.drawText(QPoint(10, 25), "You are %.1f away from the solution" % self.dokk.GetLevel().GetRMSD()) painter.drawText(QPoint(10, 25), "You are %.1f away from the solution" % self.dokk.GetLevel().GetRMSD())
painter.drawText(QPoint(self.width()-200, 25), "%.0f seconds left" % self.dokk.GetLevel().GetRemainingTime()) painter.drawText(QPoint(self.width()-230, 25), "%.0f seconds left" % self.dokk.GetLevel().GetRemainingTime())
if self.hud is not None: if self.hud is not None:
self.hud.Paint(painter) self.hud.Paint(painter)
self.dokk.GetLevel().CheckSolved() self.dokk.GetLevel().CheckSolved()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment