From 7c8897ec765e677ad54a285112f483818695e14f Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 2 Jul 2020 23:35:54 +0530 Subject: enabling all PyMOL generations --- scripts/quick-ligand-protein.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/quick-ligand-protein.py b/scripts/quick-ligand-protein.py index f2409ef..c72f370 100644 --- a/scripts/quick-ligand-protein.py +++ b/scripts/quick-ligand-protein.py @@ -69,14 +69,14 @@ def zoomTo(name): cmd.zoom(name) def generatePictures(): generatePNG('output-front') - #flipHorizontal() - #generatePNG('output-back') - #zoomTo(m2) - #generatePNG('closeup-back') - #orientEtZoom() - #flipHorizontal() - #zoomTo(m2) - #generatePNG('closeup-front') + flipHorizontal() + generatePNG('output-back') + zoomTo(m2) + generatePNG('closeup-back') + orientEtZoom() + flipHorizontal() + zoomTo(m2) + generatePNG('closeup-front') print("Initialising PyMol") @@ -96,4 +96,4 @@ surfaceTransparency(0.6) generatePictures() endTime = time.time() -print("Finished Execution in " + str(round((endTime - startTime),2)) + " seconds.") \ No newline at end of file +print("Finished Execution in " + str(round((endTime - startTime),2)) + " seconds.") -- cgit v1.2.3