renumbering and rewriting a trajectory

From: Kodituwakku,Dimuthu Nirmani (dkodituwakku_at_ufl.edu)
Date: Wed Sep 30 2020 - 10:30:25 CDT

Hi all,

I postprocessed a trajectory by renumbering using the following script (vmd/1.9.3) (which I obtained from a previous post),
for {set ires 1} { $ires <= 587 } { incr ires } {
  set a [atomselect top "resid $ires and segid 1GPB"]
  set newires [expr $ires + 587]
  $a set resid $newires
  $a delete
  }

But I'm having trouble rewriting the trajectory using "animate" keyword, although it writes the trajectory it doesn't change numbering.

Any help would be appreciated,

Thank you,
 Best,
Dimuthu

This archive was generated by hypermail 2.1.6 : Thu Dec 31 2020 - 23:17:14 CST