he best,
Irwin
From: Tamas Hegedus
Sent: Thursday, March 2, 2023 8:24 AM
To: pymol-users@lists.sourceforge.net
Subject: Re: [PyMOL] Align in PyMOL via Python script
Hi,
You probably use the script version. In this case you have to use "print"
Hi,
You probably use the script version. In this case you have to use "print"
cmd: align x, y
output: ... Executive: RMSD =4.030 (10847 to 10847 atoms)
cmd: print(cmd.align("x", "y"))
output:
(4.0296430587768555, 10847, 5, 24.87837028503418, 13476, 1234.0, 1192)
Bests, Tamas
On 20