MCPcopy Create free account
hub / github.com/THUNLP-MT/MEAN / print_version

Function print_version

evaluation/TMscore.cpp:72–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70#include <map>
71
72void 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
88void print_extra_help()
89{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected