(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, '
Multi-crystal data-collection workflow
What is it about?
A semi-automatic pipeline for the collection and merging of multi-crystal data sets in macromolecular crystallography
Why is it important?
We describe a user-friendly, automatic method, available on all ESRF MX beamlines, to collect partial data sets from several (10s to 100s) of crystals mounted on the same sample support. Subsequent Heirarchical Cluster Analysis then allows the best choice of data sets - those which are most isomorphous - to merge to produce a final data set for subsequent structure solution.