Skip to main content

Updated relion_it with cryolo wrappers

Project description

#########################################################################
## #
## relion_it with crYOLO support #
## #
#########################################################################

relion_it is now running with python 3.6.8! In options you can choose
to pick via the crYOLO general model or with the relion auto picker.
CrYOLO runs as an external job after ctfFind. Relion then takes the
particle coordinates found by crYOLO and then further processes them.
Particles appear as a manual pick job in the relion gui and can be
viewed there.


Normal usage for Diamond:

1. module load EM/cryolo/yolo_it # Prepares python environment
for relion_it and crYOLO
2. dls_yolo_relion_it # This opens a gui with options


Requirements for external use:

1. CrYOLO and Relion 3.0 installed.

2. Conda Environment for crYOLO and Relion_it (see conda.txt)

3. Edit paths in relion_it_config.py and options.py

4. Run by: relion_it_editted.py --gui

Scripts being use:

- cryolo_relion_it.py:

The main script that dls_yolo_relion calls. This houses the
main pipeline and calls to all the other scripts.


- CryoloPipeline.py:

The crYOLO pipeline. This runs as a subprocess and exectutes
many repeated times to Import, MotionCorr, CtfFind, crYOLO
pick, Extract... as new movies are collected. As Relion 3.0
does not support external job types the YOLO pipeline is in
fact 3 seperate pipelines chained together.


- CryoloExternalJob.py:

Reads Relion star files and makes a directory that crYOLO can
execute particle picking from.


- CorrectPath.py:

After crYOLO has picked particles, the coordinate star files
must be placed in a directory tree that Relion is
expecting. This does that!


- CryoloFineTuneJob.py:

After 2D classification, good classes can be selected to fine
tune the cryolo general model. After the finetuning, crYOLO
uses this new model to pick future particles in the current
run.


- options.py:

Basic options for relion_it to run with.

* Line ~142: motioncor_exe = '/dls_sw/apps/EM/MotionCor2/1.1.0/MotionCor2'
* Line ~183: gctf_exe = '/dls_sw/apps/EM/Gctf/1.18/Gctf'
* Line ~189: ctffind4_exe = '/dls_sw/apps/EM/ctffind/4.1.5-compat/ctffind'
** Line ~339: Cluster details.
** If not using cluster also set all 'XXX_submit_to_queue' options to False

- relion_it_config.py:

Paths and options for cryolo use in relion_it.


- qsub.sh:

Cluster submit script for crYOLO.


- qtemplate.sh:

Cluster template for crYOLO. If using cluster must have template create
a '.cry_done' file so that the pipeline knows that cryolo has finished.


*Still in Development*

Finetuning can be done after Class2D by selecting good classes. These
'good' particles are then used to finetune the crYOLO general model
for future picking.



Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

relion_yolo_it-0.1.0.tar.gz (38.6 kB view hashes)

Uploaded Source

Built Distribution

relion_yolo_it-0.1.0-py3-none-any.whl (83.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page