VMD-L Mailing List
From: Joseph Bylund (joseph.bylund_at_gmail.com)
Date: Fri Mar 18 2011 - 13:39:37 CDT
- Next message: Ajasja Ljubetič: "Re: script for projection of c-alpha atom cordinates on xy plane"
- Previous message: John Stone: "Re: Hbond rendering issue with VMD 1.9"
- In reply to: ban arn: "script for projection of c-alpha atom cordinates on xy plane"
- Next in thread: Ajasja Ljubetič: "Re: script for projection of c-alpha atom cordinates on xy plane"
- Reply: Ajasja Ljubetič: "Re: script for projection of c-alpha atom cordinates on xy plane"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
How about:
grep -E "^ATOM.{9}CA" myfile.pdb|awk '{print $7","$8}'
you'd have to change the awk indices if it's chain " ".
-Joe
On 03/18/2011 01:58 PM, ban arn wrote:
> Dear VMD users
>
> I would like to know is there any script available in vmd or from
> others sources for projection of c-aplha atom coordinates on xy plane.
>
> Any help is greatly appreciated.
>
> Many Thanks
> Balaji
- Next message: Ajasja Ljubetič: "Re: script for projection of c-alpha atom cordinates on xy plane"
- Previous message: John Stone: "Re: Hbond rendering issue with VMD 1.9"
- In reply to: ban arn: "script for projection of c-alpha atom cordinates on xy plane"
- Next in thread: Ajasja Ljubetič: "Re: script for projection of c-alpha atom cordinates on xy plane"
- Reply: Ajasja Ljubetič: "Re: script for projection of c-alpha atom cordinates on xy plane"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]