<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    On 22/11/2011 7:27 PM, Alex Jemulin wrote:
    <blockquote
      cite="mid:1321950452.50154.YahooMailNeo@web132418.mail.ird.yahoo.com"
      type="cite">
      <div style="color: rgb(0, 0, 0); background-color: rgb(255, 255,
        255); font-family: times new roman,new york,times,serif;
        font-size: 12pt;">
        <div style="RIGHT: auto">Dear all</div>
        <div style="RIGHT: auto">I need to export all MD trajectory's
          data to a matrix.</div>
        <div style="RIGHT: auto">As column header&nbsp;I'd like to put each
          atom indentified by residue name and progressive number</div>
        <div style="RIGHT: auto">e.g. LYS-N1</div>
      </div>
    </blockquote>
    <br>
    That will be your job to parse the .gro file suitably and write a
    header.<br>
    <br>
    <blockquote
      cite="mid:1321950452.50154.YahooMailNeo@web132418.mail.ird.yahoo.com"
      type="cite">
      <div style="color: rgb(0, 0, 0); background-color: rgb(255, 255,
        255); font-family: times new roman,new york,times,serif;
        font-size: 12pt;">
        <div style="RIGHT: auto">In the rows I'd like to put z
          coordinate changing in time.</div>
      </div>
    </blockquote>
    <br>
    g_traj -xvg none is the place to start.<br>
    <br>
    Mark<br>
  </body>
</html>