|
|
getprop.pl -dir data -show sample |
|
prints out the available property tags for structures
associated with the sample tag in the
ensemble under the data directory
|
|
available properties are:
cont etot gdtts pchi1
pphi ppsi rgyr rho
rmsdall rmsdback rmsdca rmsdchg
rmsdchi1 rmsdhyd rmsdphi rmsdpol
rmsdpsi
|
|
getprop.pl -dir data -prop rmsdall,cont sample |
|
extracts total RMSD (rmsdall) and fraction of native contacts
(cont) for the sample structures in the
ensemble under the data directory
|
|
1 13.483227 0.041667
2 2.994885 0.583333
3 9.699920 0.125000
4 9.598882 0.041667
5 9.066114 0.083333
6 4.274226 0.500000
7 2.733985 0.708333
8 2.774350 0.541667
9 2.788660 0.708333
|
|
getprop.pl -dir data -prop rgyr,cont -cluster t.2 sample |
|
extracts the radius of gyration (rgyr) and fraction of native contacts (cont)
for structures in the cluster t.2 associated with the sample tag.
|
|
2 9.796450 0.416667
4 9.306858 0.625000
5 9.505148 0.708333
6 9.646953 0.458333
7 10.014612 0.208333
9 9.732428 0.583333
10 12.625645 0.125000
13 9.622869 0.500000
14 9.159078 0.708333
15 9.735043 0.541667
16 9.278946 0.708333
|
|
getprop.pl -dir data -prop rmsdall,cont -score avg sample |
|
calculates average values for total RMSD and fraction of native contacts
|
|
6.379361 0.370370
|
|
getprop.pl -dir data -prop rgyr,cont -score median -cluster t.2 sample |
|
determines median values for the radius of gyration (rgyr) and
fraction of native contacts (cont)
for structures in the cluster t.2 associated with the sample tag.
|
|
9.735043 0.416667
|