Easy template picking

Hi @ruiruigo, cryosparc is assuming you have cryo data and inverting the templates. Here’s a dark version of the template you can try (and then select “negative stain images” during particle extraction), however I found that cryosparc doesn’t work as well with the dark template and the options for data sign are confusing or buggy.

What I do is to simply invert my micrographs before I import, and treat them like cryo data throughout the cryosparc processing. Here’s my full negative stain pipeline, I do this mechanically for new datasets and it basically works well.

  1. for i in *.mrc; do e2proc2d.py --mult=-1 $i ${i%.mrc}_inv.mrc; done OR parallel -j 8 e2proc2d.py --mult=-1 {} {.}_inv.mrc ::: *.mrc
  2. Import the _inv.mrc files to cryosparc.
  3. CTF estimation, set amplitude contrast 0.15 - 0.4.
  4. Template pick with the imported white Gaussian, set particle diameter as desired and angular sampling to 360 deg. (no reason to rotate isotropic template).
  5. Extract particles with desired box size and bin to ~6 A / px (e.g. 200 px -> 64 px for 2 - 3 A/px from T12 at 46kx mag), or use low magnification so pixel size is already ~6 A.
  6. Run 2D classification, set desired no. classes and resolution limit 12 - 20 A.

gaussian_s4_32x32_inv

2 Likes