It would be useful to include Q-scores for EM structures
We need to download the validation reports, as shown here:
https://www.wwpdb.org/ftp/pdb-ftp-sites
rsync -rlpt -v -z --delete --port=33444
rsync.rcsb.org::ftp/validation_reports/ ./validation_reports
We then need to search our dataset for each entry and determine whether it is from EM; for those, extract the Q-score and add it to our existing summary dataframe.
It would be useful to include Q-scores for EM structures
We need to download the validation reports, as shown here:
https://www.wwpdb.org/ftp/pdb-ftp-sites
rsync -rlpt -v -z --delete --port=33444
rsync.rcsb.org::ftp/validation_reports/ ./validation_reports
We then need to search our dataset for each entry and determine whether it is from EM; for those, extract the Q-score and add it to our existing summary dataframe.