aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/ccp4i/files/6.1.2-fix-f2mtz.patch')
-rw-r--r--sci-chemistry/ccp4i/files/6.1.2-fix-f2mtz.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-chemistry/ccp4i/files/6.1.2-fix-f2mtz.patch b/sci-chemistry/ccp4i/files/6.1.2-fix-f2mtz.patch
new file mode 100644
index 000000000..6296a1e36
--- /dev/null
+++ b/sci-chemistry/ccp4i/files/6.1.2-fix-f2mtz.patch
@@ -0,0 +1,13 @@
+--- a/ccp4i/scripts/import.script
++++ b/ccp4i/scripts/import.script
+@@ -188,6 +188,10 @@ END\n"
+
+ set status [Execute $cmd $ctruncate_script program_status report ]
+
++ # Copy the output mtz from Ctruncate to the tmpmtz variable so that it will become
++ # HKLOUT. Note that ctruncate carries over the I/SIGI columns by default.
++
++ set tmpmtz $truncatemtz
+ }
+
+ #=====================================================================