updated with temporay crystfel version

This commit is contained in:
Beale John Henry
2024-01-31 11:06:17 +01:00
parent 201ead6441
commit 0464e77288
4 changed files with 38 additions and 23 deletions

View File

@@ -150,7 +150,8 @@ def write_crystfel_run( proc_dir, name, chunk, chunk_lst_file, geom_file, cell_f
run_sh = open( cryst_run_file, "w" )
run_sh.write( "#!/bin/sh\n\n" )
run_sh.write( "module purge\n" )
run_sh.write( "module load crystfel/0.10.2\n" )
run_sh.write( "module use MX unstable\n" )
run_sh.write( "module load crystfel/0.10.2-rhel8\n" )
run_sh.write( "indexamajig -i {0} \\\n".format( chunk_lst_file ) )
run_sh.write( " --output={0} \\\n".format( stream_file ) )
run_sh.write( " --geometry={0} \\\n".format( geom_file ) )