Skip to main content
U.S. flag

An official website of the United States government

Here’s how you know

Official government website icon

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

icon-https

Secure .gov websites use HTTPS
A lock ( Lock Locked padlock icon )or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

NIH: National Institute of Diabetes and Digestive and Kidney Diseases NIH: National Institute of Diabetes and Digestive and Kidney Diseases

  next up previous contents index  Xplor-NIH home Documentation

Next: Merging Trajectories Up: Writing Trajectories Previous: Requirements


Example

The following example reads a set of PDB coordinate files and merges them into a single trajectory file. Note that only X,Y,Z coordinates are saved in the trajectory file. The B and Q column information in the PDB file is lost.
evaluate ($count=0)
for $1 in ( a.pdb b.pdb c.pdb d.pdb e.pdb ) loop main
    evaluate ($count=$count+1)
    if ($count=1) then
        write trajectory
             output=trajectory.dcd
             ascii=false
        end
    else
        write trajectory 
            next
        end
    end
    write trajectory
         reset
    end
end loop main



Xplor-NIH 2025-03-21
  • Privacy Policy
  • Freedom of Information Act
  • Accessibility
  • Disclaimers
  • Copyright
  • Vulnerability Disclosure Policy
  • U.S. Department of Health and Human Services
  • National Institutes of Health