|
|
readArchive.pl -inx 2 chain.archive |
|
extracts the second entry from the archive file chain.archive
|
|
38
50 49 45
49 44 45
49 45 49
46 42 49
43 45 49
44 42 52
48 43 51
47 48 50
44 46 54
47 45 55
50 47 53
49 50 51
46 50 54
45 53 52
...
|
|
readArchive.pl -showheader chain.archive |
|
shows the header information for the archive file chain.archive
|
|
data length: 653
data items : 2
file type : 0
aux : 0
|
|
readArchive.pl -pdb 1vii.sample.1.pdb -inx 5 pdb.archive |
|
extracts the fifth PDB coordinate entry from the archive file pdb.archive. The PDB file
1vii.sample.1.pdb is used as a template.
|
|
ATOM 1 HT1 MET 1 -11.034 -12.374 11.978 1.00 0.00 PRO0
ATOM 2 HT2 MET 1 -9.423 -11.987 11.814 1.00 0.00 PRO0
ATOM 3 N MET 1 -10.248 -12.354 11.297 1.00 0.00 PRO0
ATOM 4 HT3 MET 1 -10.153 -13.357 11.040 1.00 0.00 PRO0
ATOM 5 CA MET 1 -10.374 -11.444 10.219 1.00 0.00 PRO0
ATOM 6 CB MET 1 -11.529 -10.584 10.673 1.00 0.00 PRO0
ATOM 7 CG MET 1 -11.925 -9.404 9.777 1.00 0.00 PRO0
ATOM 8 SD MET 1 -13.320 -8.494 10.360 1.00 0.00 PRO0
ATOM 9 CE MET 1 -14.437 -9.388 9.361 1.00 0.00 PRO0
ATOM 10 C MET 1 -9.103 -10.663 10.088 1.00 0.00 PRO0
ATOM 11 O MET 1 -8.730 -9.877 10.944 1.00 0.00 PRO0
ATOM 12 N LEU 2 -8.326 -11.034 9.065 1.00 0.00 PRO0
ATOM 13 H LEU 2 -8.629 -11.778 8.504 1.00 0.00 PRO0
ATOM 14 CA LEU 2 -7.192 -10.271 8.722 1.00 0.00 PRO0
ATOM 15 CB LEU 2 -6.377 -10.843 7.575 1.00 0.00 PRO0
...
|
|
readArchive.pl -pdb 1vii.sample.1.pdb -xtract -inx 1:4 -prefix 1vii -listfiles pdb.archive |
|
extracts the first four coordinate records and creates the following files with the given prefix 1vii
|
|
1vii1.pdb
1vii2.pdb
1vii3.pdb
1vii4.pdb
|
|
readArchive.pl -pdb 1vii.sample.1.pdb -inx 1:4 -ens 1vii -ensdir ens pdb.archive |
|
extracts the first four coordinate records and stores them in an ensemble data structure
|
| |
|
readArchive.pl -pdb 1vii.sample.1.pdb -apply "rms.pl -fit 1vii.sample.1.pdb" -inx 1:4 pdb.archive |
|
calculates the RMSD between each of the first four coordinate entries and the structure in
1vii.sample.1.pdb
|
|
0.0000 all
13.2677 all
10.9602 all
8.4937 all
|