Install NVIDIA driver & CUDA
You can skip this part If you have installed
- Remove existing version:https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html
- Install NVIDIA Drive:https://docs.nvidia.com/datacenter/tesla/tesla-installation-notes/index.html
- Install CUDA Toolkit:https://developer.nvidia.com/cuda-12-1-0-download-archive
Standalone CryoSPARC
- Request academic license: https://cryosparc.com/download, then you will get your license ID in the email.
- Export your License ID as an environment variable:
export LICENSE_ID="<license_id>"
- Download with curl
mkdir cryosparc && cd cryosparc
curl -L https://get.cryosparc.com/download/master-latest/$LICENSE_ID -o cryosparc_master.tar.gz
curl -L https://get.cryosparc.com/download/worker-latest/$LICENSE_ID -o cryosparc_worker.tar.gz
- Extract
tar -xf cryosparc_master.tar.gz cryosparc_master
tar -xf cryosparc_worker.tar.gz cryosparc_worker
- Make directory for cache and databse
CodeBlock Loading...
- Install
CodeBlock Loading...
- Add environmental variable
CodeBlock Loading...
RELION
- Install dependencies
CodeBlock Loading...
- Download RELION
CodeBlock Loading...
- Compilation
CodeBlock Loading...
- Add environmental variable
CodeBlock Loading...
Install MotionCor2
CodeBlock Loading...
EMAN2
- Install Miniconda:
CodeBlock Loading...
Install
CodeBlock Loading...If you'd prefer that conda's base environment not be activated on startup, run:
CodeBlock Loading...
IMOD
- Download and set execute permission:
CodeBlock Loading...
Install to
/usr/local, and theIMOD-linux.shwill be added to/ect/profile.d.CodeBlock Loading...