| 70 | #include <map> |
| 71 | |
| 72 | void print_version() |
| 73 | { |
| 74 | cout << |
| 75 | "\n" |
| 76 | " *************************************************************************\n" |
| 77 | " * TM-SCORE *\n" |
| 78 | " * A scoring function to assess the similarity of protein structures *\n" |
| 79 | " * Based on statistics: *\n" |
| 80 | " * 0.0 < TM-score < 0.17, random structural similarity *\n" |
| 81 | " * 0.5 < TM-score < 1.00, in about the same fold *\n" |
| 82 | " * Reference: Yang Zhang and Jeffrey Skolnick, Proteins 2004 57: 702-710 *\n" |
| 83 | " * For comments, please email to: yangzhanglab@umich.edu *\n" |
| 84 | " *************************************************************************" |
| 85 | << endl; |
| 86 | } |
| 87 | |
| 88 | void print_extra_help() |
| 89 | { |