Using the pre-built cctbx at LCLS: Difference between revisions
Jump to navigation
Jump to search
(Created page with "''cctbx.xfel'' is installed for general use at LCLS. To use it, add these lines to your .bashrc file (bash users): <code> source /reg/g/cctbx/conda_build/miniconda2/etc/pr...") |
No edit summary |
||
Line 1: | Line 1: | ||
''cctbx.xfel'' is installed for general use at LCLS. To use it, add these lines to your .bashrc file (bash users): | ''cctbx.xfel'' is installed for general use at LCLS. To use it, source the setup.sh file provided: | ||
<code> | |||
source /reg/g/cctbx/conda_build/setup.sh | |||
</code> | |||
Alternatively, add these lines to your .bashrc file (bash users): | |||
<code> | <code> | ||
Line 16: | Line 22: | ||
Then log in as normal. All ''DIALS'' and ''cctbx.xfel'' commands will be available. | Then log in as normal. All ''DIALS'' and ''cctbx.xfel'' commands will be available. | ||
---- | |||
/reg/g/cctbx was last updated Aug 9, 2019 |
Latest revision as of 19:05, 9 August 2019
cctbx.xfel is installed for general use at LCLS. To use it, source the setup.sh file provided:
source /reg/g/cctbx/conda_build/setup.sh
Alternatively, add these lines to your .bashrc file (bash users):
source /reg/g/cctbx/conda_build/miniconda2/etc/profile.d/conda.sh
conda activate myEnv
source /reg/g/cctbx/conda_build/build/setpaths.sh
Likewise for csh users:
source /reg/g/cctbx/conda_build/miniconda2/etc/profile.d/conda.csh
conda activate myEnv
source /reg/g/cctbx/conda_build/build/setpaths.csh
Then log in as normal. All DIALS and cctbx.xfel commands will be available.
/reg/g/cctbx was last updated Aug 9, 2019