VMD-L Mailing List
From: Adam Goler (adamgoler_at_gmail.com)
Date: Tue Mar 18 2014 - 09:09:38 CDT
- Next message: Pavan Miriyala: "Error : Lammps-data file error after merging two structures."
- Previous message: Axel Kohlmeyer: "Re: removing water from dcd file"
- In reply to: Ramin Ekhteiari: "removing water from dcd file"
- Next in thread: amin_at_imtech.res.in: "Re: removing water from dcd file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Hi Ramin,
I personally found this much simpler to do with the animate command. The
tcl script would be something like
mol load psf yourpsf.psf
animate read dcd yourdcd.dcd beg 0 end -1 skip 0 waitfor top
set $sel [atomselect top "your selection"]
animate write dcd newfilename.dcd beg 0 end -1 skip 0 selection sell $sel
waitfor top
That should do it! Adjust the beginning/ending frames, and skip if you
like. Check out the documentation here:
http://www.ks.uiuc.edu/Research/vmd/current/ug/node120.html
Hope that helps,
Adam
On Mar 18, 2014 6:50 AM, "Ramin Ekhteiari" <ramin_ekh_at_yahoo.com> wrote:
> Hi ,
>
> I have a big dcd file, so I would like to remove the water molecules from
> my dcd file and create a new one by using catdcd, but I think I should
> create a index file first to do such a thing,.
>
> would you please advise me on how to do this.
>
> Would be grateful for any advice.
> Cheers,
> Ramin.
>
>
- Next message: Pavan Miriyala: "Error : Lammps-data file error after merging two structures."
- Previous message: Axel Kohlmeyer: "Re: removing water from dcd file"
- In reply to: Ramin Ekhteiari: "removing water from dcd file"
- Next in thread: amin_at_imtech.res.in: "Re: removing water from dcd file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]