(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
What is it about?
This study shows the usefulness of integrating automated crystallographic model-building pipelines. We ran the four most used pipelines (ARP/wARP, Buccaneer, Phenix AutoBuild and SHELXE) alone and in pairwise combinations, and compared the structures that they produced based on structure completeness and Rfree.