Skip to content

Latest commit

 

History

History
86 lines (69 loc) · 3.86 KB

File metadata and controls

86 lines (69 loc) · 3.86 KB

Introduction

In this tutorial, we will reprocess a five tilt-series subset of EMPIAR-10164, a cryo-ET dataset of HIV-1 virus like particles (VLPs) from the Briggs group.

Data will be processed ab initio, highlighting many important concepts and exposing you to powerful tools which will help with your own data processing needs.

This subset was used to benchmark both 
[NovaCTF](https://www.sciencedirect.com/science/article/pii/S1047847717301272)
and 
[Warp](https://www.nature.com/articles/s41592-019-0580-y).

This processing will be carried out combining the Warp-RELION-M pipeline with tools from Dynamo. Combination of these tools yields a powerful, flexible framework for ab initio and geometrical approaches to subtomogram averaging, benefitting from multi-particle refinement in M.

From these five tilt-series, this procedure can produce a 3.4 Å reconstruction of the HIV-1 CA-SP1 hexamer.

A note about scripting

As the software ecosystem for cryo-ET matures, some scripting is often required to achieve your goals. This tutorial is provided with all necessary scripts.

For illustrative purposes, the contents of these scripts will appear as code blocks in the tutorial when used.

% this is a comment
disp('Hello World!')

Reading these blocks is intended to serve as a gentle introduction to MATLAB scripting for working with the powerful tools Dynamo has to offer.

For general purpose scripting, we personally prefer Python for its wealth of open source data science infrastructure and educational resources.

Requirements and Setup

```{tab-item} Hardware
- A reasonably modern CPU.
- At least 32 GB RAM.
- At least 1 NVIDIA GPU, with at least 8 GB of dedicated memory.
- At least 10 GB of free disk space.

More RAM will be required for particle extraction at the smallest pixel sizes; we used a machine with 128GB.
To keep read/write times low, we recommend a Solid State Drive (SSD).
```


```{tab-item} Software
- Access to both Windows and Linux operating systems
- [MATLAB](https://fr.mathworks.com/products/matlab.html) r2019a or later with the following toolboxes installed
  - Image Processing Toolbox
  - Parallel Computing Toolbox
  - Computer Vision Toolbox
  - Curve Fitting Toolbox
- [IMOD](https://bio3d.colorado.edu/imod/)
- [Warp](http://www.warpem.com/) v1.0.9 or later
- [Relion](https://www3.mrc-lmb.cam.ac.uk/relion/index.php?title=Main_Page) 3.0.8 or later
- [Dynamo](https://wiki.dynamo.biozentrum.unibas.ch/w/index.php/Main_Page) 1.1.478 or later
- [dynamo2m](https://github.com/alisterburt/dynamo2m)
- [autoalign_dynamo](https://github.com/alisterburt/autoalign_dynamo)
- [scripts](https://github.com/teamtomo/teamtomo.github.io/tree/master/walkthroughs/EMPIAR-10164/scripts) provided with this guide

If you need help with setting up any of these tools, follow the link to the respective documentation, or check out the [software packages](../../resources/cryoet-software/cryoet-software.md) and [computing](../../computing/matlab/index.md) sections.
```

Documentation links

If you are looking for a more in-depth explanation of a parameter, setting or tool, you are encouraged to check out the documentation of any software packages we used.