nevermind, I was entering @distance.py instead of run distance.py
On Fri, Oct 13, 2017 at 2:05 PM, Leigh M wrote:
> Hi Jared-
>
> I just use the C-alpha xyz coordinates and use d = math.sqrt(dx**2 +
> dy**2 + dz**2).
> I've been using python alone without pymol...using your code with the
> pymol
Hi Jared-
I just use the C-alpha xyz coordinates and use d = math.sqrt(dx**2 + dy**2
+ dz**2).
I've been using python alone without pymol...using your code with the pymol
api works for individual distances but I'm calculating hundreds of
distances and need to write to a csv which does not seem to