std::cout<<"Coverage after stereo-chemical checks: "<<(float(cov.first)/float(cov.second))<<" ("<<cov.first<<" out of "<<cov.second<<" residues)"<<std::endl;
std::cout<<"Coverage after stereo-chemical checks: "<<(float(cov.first)/float(cov.second))<<" ("<<cov.first<<" out of "<<cov.second<<" residues)"<<std::endl;
v=alg::FilterClashes(v2,nonbonded_table);
v=alg::FilterClashes(v,nonbonded_table);
cov=compute_coverage(v,glob_dist_list);
cov=compute_coverage(v,glob_dist_list);
std::cout<<"Coverage after clashing checks: "<<(float(cov.first)/float(cov.second))<<" ("<<cov.first<<" out of "<<cov.second<<" residues)"<<std::endl;
std::cout<<"Coverage after clashing checks: "<<(float(cov.first)/float(cov.second))<<" ("<<cov.first<<" out of "<<cov.second<<" residues)"<<std::endl;