Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.42 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.42 KB

relion-external-jobs

Python scripts for Relion 5 "External job" type

Preparation

Before running the scripts you will need to:

  1. install emtable - the STAR file parser: pip3 install --user emtable
  2. edit the variables inside the scripts so that they point to a correct conda environments and training models
  3. make the scripts executable and provide full path to them in Relion GUI
  4. run scripts from Relion project directory

To see all available arguments, use for example: ./external_job_cryolo.py -h

Examples

Single particle picking with Cryolo

From command line run:

./external_job_cryolo.py --in_mics MotionCorr/job002/corrected_micrographs.star --o picking --gpu 0,1 

Alternatively, from Relion GUI:

image image

Helical picking with Cryolo:

From command line run::

./external_job_cryolo.py --in_mics MotionCorr/job002/corrected_micrographs.star --o picking --model cryolo_model.h5 --box_size 140 --filament --bd 40 --mn 1

Alternatively, from Relion GUI:

image image