rugnux_vs_xds.py: drop the removed --scaling-output flag

rugnux always writes both MTZ and CIF now (the --scaling-output option was
removed), so passing it made every crystal in the battery fail against the
current binary.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-17 08:58:17 +02:00
co-authored by Claude Opus 4.8
parent 85cf826d2e
commit 8bd0977833
+2 -1
View File
@@ -185,7 +185,8 @@ def run_rugnux(master, workdir, name, xds, rugnux_bin, threads, timeout, reuse):
if reuse and cif.exists():
return cif, None, None # no fresh timing when we skip the run
cmd = [rugnux_bin, "-o", name, "--scaling-output", "cif"]
# rugnux always writes both MTZ and CIF now (the old --scaling-output flag was removed).
cmd = [rugnux_bin, "-o", name]
if xds.get("anomalous"):
cmd.append("-A")
if xds.get("dmin"):