VMD-L Mailing List
From: udit0000_at_gmail.com
Date: Wed Apr 05 2017 - 09:36:00 CDT
- Next message: Ajasja Ljubetič: "Re:"
- Previous message: Shashank Ranjan Srivastava: "Regarding membrane thickness"
- Next in thread: Ajasja Ljubetič: "Re:"
- Reply: Ajasja Ljubetič: "Re:"
- Reply: Chitrak Gupta: "Re:"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Hello,
I am trying to find number of lipids around residues of my protein. The command I am giving is
“ for { set i 0 } { $i < $n } { incr i } {
set sel [atomselect top "lipids and same residue as within 15 of resid 20" frame $i]
set DPPC [$sel get resid]
puts $file "$i $DPPC"
} “
But this command is valid for only 1 protein residue at a time.
So, it would be really helpful if someone could tell me a way to do it for >1 residue(s) at once.
Regards
Udit
Sent from Mail for Windows 10
- Next message: Ajasja Ljubetič: "Re:"
- Previous message: Shashank Ranjan Srivastava: "Regarding membrane thickness"
- Next in thread: Ajasja Ljubetič: "Re:"
- Reply: Ajasja Ljubetič: "Re:"
- Reply: Chitrak Gupta: "Re:"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]