| home | layout | structure | qd | hexdump |
          File : queue.dat
 Queue Version : 5.01
          Size : 7168 bytes
    F@H Client : FAH502-Linux.exe

Index X - Clone

Folding: run 1, clone 19, generation 4
If the unit is not using Core_ca (the Genome core), these numbers, along with the project number, uniquely identify the work unit. If it is necessary to notify Stanford of the work unit ID, those four numbers (project, run, clone, generation) should always be given.


grep "212 Clone" qd.c
                                char    clone[2];       /* 212 Clone (LE) */

./qd -q queue.dat | grep clone
  Folding: run 12, clone 56, generation 48; benchmark 331; misc: 500, 400   # Index 3
  Folding: run 14, clone 99, generation 5; benchmark 619; misc: 500, 400    # Index 4
  Folding: run 43, clone 152, generation 6; benchmark 619; misc: 500, 400   # Index 5
  Folding: run 16, clone 51, generation 7; benchmark 619; misc: 500, 400    # Index 6
  Folding: run 28, clone 208, generation 6; benchmark 619; misc: 500, 400   # Index 7
  Folding: run 257, clone 12, generation 0; benchmark 152; misc: 500, 400   # Index 8
  Folding: run 445, clone 59, generation 0; benchmark 555; misc: 500, 200   # Index 9
  Folding: run 40, clone 21, generation 1; benchmark 383; misc: 500, 400    # Index 0
  Folding: run 238, clone 5, generation 1; benchmark 383; misc: 500, 400    # Index 1
  Folding: run 0, clone 96, generation 14; benchmark 256; misc: 500, 200    # Index 2

hexdump -C -s 220 -n 2 queue.dat     # Index 0
000000dc  15 00                                             |..|
000000de

hexdump -C -s 932 -n 2 queue.dat     # Index 1
000003a4  05 00                                             |..|
000003a6

hexdump -C -s 1644 -n 2 queue.dat    # Index 2
0000066c  60 00                                             |`.|
0000066e

hexdump -C -s 2356 -n 2 queue.dat    # Index 3
00000934  38 00                                             |8.|
00000936

hexdump -C -s 3068 -n 2 queue.dat    # Index 4
00000bfc  63 00                                             |c.|
00000bfe

hexdump -C -s 3780 -n 2 queue.dat    # Index 5
00000ec4  98 00                                             |..|
00000ec6

hexdump -C -s 4492 -n 2 queue.dat    # Index 6
0000118c  33 00                                             |3.|
0000118e

hexdump -C -s 5204 -n 2 queue.dat    # Index 7
00001454  d0 00                                             |Ð.|
00001456

hexdump -C -s 5916 -n 2 queue.dat    # Index 8
0000171c  0c 00                                             |..|
0000171e

hexdump -C -s 6628 -n 2 queue.dat    # Index 9
000019e4  3b 00                                             |;.|
000019e6