updated residues comment

This commit is contained in:
Beale John Henry
2025-01-22 15:20:01 +01:00
parent b9b81e4778
commit a157901927

View File

@@ -109,7 +109,7 @@ def make_mtz( hklout_file, mtzout_file, project, crystal, dataset, cell, spacegr
mtz_sh.write( "echo 'I filename = {0}'\n\n\n".format( mtzout_file ) )
mtz_sh.write( "echo 'running truncate'\n" )
mtz_sh.write( "echo 'setting resolution range to {0}-{1}'\n".format( res_range[0], res_range[1] ) )
mtz_sh.write( "echo 'assuming that there are {0}' in assymetric unit\n\n\n".format( residues ) )
mtz_sh.write( "echo 'assuming that there are {0} residues in assymetric unit'\n\n\n".format( residues ) )
mtz_sh.write( "truncate HKLIN {0} HKLOUT {1} << EOF_F > truncate.log\n".format( mtzout_file, Fout_file ) )
mtz_sh.write( "truncate YES\n" )
mtz_sh.write( "anomalous NO\n" )