Previous Query
Next Query
Pseudo pdb file
SELECT 'ATOM', c.atom_number, i.atom_name, i.residue, i.residue_number, c.x_coord, c.z_coord, c.y_coord
FROM dbo.[Coord_678] AS c
JOIN dbo.ID AS i
ON ( i.struct_id = c.struct_id
and i.atom_number = c.atom_number )
WHERE step=500
ORDER BY atom_number