An implementation of the cryo-EM validation metric Q-score using cctbx/numpy/scipy https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7446556/
python qscore.py --map=map.mrc --model=model.pdb
python qscore.py --map=map.mrc --model=model.pdb --n_radial_shells=16 --n_probes_per_shell=8
python qscore.py --map=map.mrc --model=model.pdb --selection="resname ALA"
python qscore.py --map=map.mrc --model=model.pdb --selection="resname PTQ" --plots_file=plots.png