VMD-L Mailing List
From: Akshay Bhatnagar (akshaybhatnagar2790_at_gmail.com)
Date: Sun Aug 21 2016 - 21:23:15 CDT
- Next message: Norman Geist: "AW: How to smooth atom labels in a MD trajectory?"
- Previous message: 孙业平: "How to smooth atom labels in a MD trajectory?"
- Next in thread: Vermaas, Joshua: "Re: representation for multiple molecules"
- Reply: Vermaas, Joshua: "Re: representation for multiple molecules"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Dear all
I want to find the residues within 5 angstroms distance around "FE" atom in
20 pdb files. Instead of loading the files one by one i am trying to
acheive this through tcl script. But, the "within" command in not working
on the tkconsole. My script is:
set filelist [glob *.PDB]
foreach file $filelist {
mol new $file
set name [file rootname $file]
set selp ["within 5 of type FE"]
$selp writepdb $name_FE.pdb
}
Can someone please help!!.
Thank you very much
With Regards
Akshay Bhatnagar
PhD Student
BITS Pilani Hyderabad Campus
- Next message: Norman Geist: "AW: How to smooth atom labels in a MD trajectory?"
- Previous message: 孙业平: "How to smooth atom labels in a MD trajectory?"
- Next in thread: Vermaas, Joshua: "Re: representation for multiple molecules"
- Reply: Vermaas, Joshua: "Re: representation for multiple molecules"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]