VMD-L Mailing List
From: Leonardo Trabuco (ltrabuco_at_ks.uiuc.edu)
Date: Wed Feb 28 2007 - 14:16:32 CST
- Next message: Alexandr Isayev: "count variable number of molecules"
- Previous message: Leonardo Trabuco: "Re: Re: bug report in VMD 1.8.5"
- In reply to: Jim Fonseca: "multiple dx frames"
- Next in thread: Axel Kohlmeyer: "Re: multiple dx frames"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Hi Jim,
On Wed, Feb 28, 2007 at 02:49:12PM -0500, Jim Fonseca wrote:
> Hi, I'm fairly new to VMD, so I'm sorry if this question is very
> basic. I have multiple .dx files that I want to load into separate
> frames of a molecule. How can I do this in VMD? Or, is there a way
> to just cat all the files together and add some type of keyword to
> distinguish the frames? -- in the same was as 'MODEL' is used for PDBs.
You can do something like:
mol new file1.dx waitfor all
mol addfile file2.dx waitfor all
mol addfile file3.dx waitfor all
...
Cheers,
Leo
-- Leonardo Trabuco, Ph.D. student Theoretical and Computational Biophysics Group University of Illinois at Urbana-Champaign
- Next message: Alexandr Isayev: "count variable number of molecules"
- Previous message: Leonardo Trabuco: "Re: Re: bug report in VMD 1.8.5"
- In reply to: Jim Fonseca: "multiple dx frames"
- Next in thread: Axel Kohlmeyer: "Re: multiple dx frames"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]