VMD-L Mailing List
From: Peter Mawanga (peter.mawanga.lagos_at_gmail.com)
Date: Mon Jun 04 2018 - 11:39:37 CDT
- Next message: Lorenzo Casalino: "Flipping a molecule around its geometrical center"
- Previous message: Vermaas, Joshua: "RE: Issue with "measure rmsf" command"
- In reply to: Peter Mawanga: "Issue with "measure rmsf" command"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
I figured it out finally:
for {set r 0} {$r < 40} {incr r} {
set sel [atomselect top "segname F51 and residue $r"]
set ormsf [measure rmsf $sel]
puts $output "$r\t$ormsf"
}
On Mon, Jun 4, 2018 at 9:19 PM, Peter Mawanga <peter.mawanga.lagos_at_gmail.com
> wrote:
> Hello to all
>
> Is there any way of printing the "residue" number or atom "index" along
> with the "rmsf" output?
>
> "measure rmsf" generates single row values and I want to know (or rather
> be sure) the order in which they are being written in the output file.
>
> --
> Cheers
> Peter
>
-- Cheers Peter
- Next message: Lorenzo Casalino: "Flipping a molecule around its geometrical center"
- Previous message: Vermaas, Joshua: "RE: Issue with "measure rmsf" command"
- In reply to: Peter Mawanga: "Issue with "measure rmsf" command"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]