Using the pre-built cctbx at LCLS: Difference between revisions

From cctbx_xfel
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
''cctbx.xfel'' is installed for general use at LCLS.  To use it, source the setup.sh file provided:
''cctbx.xfel'' is installed for general use at LCLS.  To use it, source the setup.sh file provided:


<code>
   source /sdf/group/lcls/ds/tools/cctbx/setup.sh
   source /reg/g/cctbx/conda_build/setup.sh
</code>


Alternatively, add these lines to your .bashrc file (bash users):
All ''DIALS'' and ''cctbx.xfel'' commands will be available.
 
<code>
  source /reg/g/cctbx/conda_build/miniconda2/etc/profile.d/conda.sh
  conda activate myEnv
  source /reg/g/cctbx/conda_build/build/setpaths.sh
</code>
 
Likewise for csh users:
 
<code>
  source /reg/g/cctbx/conda_build/miniconda2/etc/profile.d/conda.csh
  conda activate myEnv
  source /reg/g/cctbx/conda_build/build/setpaths.csh
</code>
 
Then log in as normal.  All ''DIALS'' and ''cctbx.xfel'' commands will be available.
 
----
 
/reg/g/cctbx was last updated Aug 9, 2019

Revision as of 21:35, 18 August 2026

cctbx.xfel is installed for general use at LCLS. To use it, source the setup.sh file provided:

 source /sdf/group/lcls/ds/tools/cctbx/setup.sh

All DIALS and cctbx.xfel commands will be available.