VMD-L Mailing List
From: Ajasja Ljubetič (ajasja.ljubetic_at_gmail.com)
Date: Fri Mar 18 2011 - 15:23:12 CDT
- Next message: Paweł Kędzierski: "Re: script for projection of c-alpha atom cordinates on xy plane"
- Previous message: Joseph Bylund: "Re: script for projection of c-alpha atom cordinates on xy plane"
- In reply to: Joseph Bylund: "Re: script for projection of c-alpha atom cordinates on xy plane"
- Next in thread: Paweł Kędzierski: "Re: script for projection of c-alpha atom cordinates on xy plane"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
You can do it in VMD as well:
set sel [atomselect top "protein and name CA"]
$sel get {x y}
(untested)
Regards,
Ajasja
On Fri, Mar 18, 2011 at 19:39, Joseph Bylund <joseph.bylund_at_gmail.com>wrote:
> 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: Paweł Kędzierski: "Re: script for projection of c-alpha atom cordinates on xy plane"
- Previous message: Joseph Bylund: "Re: script for projection of c-alpha atom cordinates on xy plane"
- In reply to: Joseph Bylund: "Re: script for projection of c-alpha atom cordinates on xy plane"
- Next in thread: Paweł Kędzierski: "Re: script for projection of c-alpha atom cordinates on xy plane"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]