i want to visualize output from cgdna script in ChimeraX or VMD, but xtc, dcd, or lammpstrj is not enough i need a psf topology file
oxdna.in (1.7 KB)
oxdna.data (6.2 KB)
oxdna.lammpstrj (8.4 KB)
oxdna.xtc (1.8 KB)
i had a look at several places:
-
docs.lammps.org ( no dump psf command available )
-
CG-DNA.pdf documentation ( which mentions web-based oxview but i really want either ChimeraX or VMD which both need psf together with xtc/dcd/lamppstrj )
-
Homepage of Axel Kohlmeyer - Various Odds & Ends ( but i the problem is “note: the atom style has to be known” and cgdna uses
atom_style hybrid bond ellipsoid oxdna
)
% topo readlammpsdata oxdna.lammpstrj full
Info) parsing LAMMPS header.
Warning) readlammpsheader: skipping unkown header line: 2 : 0
Warning) readlammpsheader: skipping unkown header line: 3 : ITEM: NUMBER OF ATOMS
Warning) readlammpsheader: skipping unkown header line: 4 : 15
Warning) readlammpsheader: skipping unkown header line: 5 : ITEM: BOX BOUNDS pp pp pp
Warning) readlammpsheader: skipping unkown header line: 6 : 0.0000000000000000e+00 1.0000000000000000e+02
Warning) readlammpsheader: skipping unkown header line: 7 : 0.0000000000000000e+00 1.0000000000000000e+02
Warning) readlammpsheader: skipping unkown header line: 8 : 0.0000000000000000e+00 1.0000000000000000e+02
Warning) readlammpsheader: skipping unkown header line: 9 : ITEM: ATOMS id mol type x y z ix iy iz
Warning) readlammpsheader: skipping unkown header line: 10 : 1 1 1 9.46613 17.0561 67.0815 0 0 0
Warning) readlammpsheader: skipping unkown header line: 11 : 2 1 2 9.67673 17.5086 66.8825 0 0 0
[…]
ERROR) readlammpsdata: failed to parse lammps data header. abort.
% topo readlammpsdata oxdna.lammpstrj hybrid bond ellipsoid oxdna
ERROR) Atom style ‘hybrid’ is not supported by TopoTools 1.8
- https://www.ks.uiuc.edu/Research/vmd/plugins/psfgen/ ( but this plugin reads standard PDB files, Charmm topology files, and PSF files in X-PLOR/NAMD format )
any suggestions ? should i write a dump psf command for lammps ??