-
Notifications
You must be signed in to change notification settings - Fork 1
Refine single model to high resolution
Michael A. Cianfrocco edited this page Jan 22, 2015
·
5 revisions
After 3D classification, open the model.star file corresponding to the final iteration using Relion -> Display.
Select a homogenous class, right click the class, and then save the selected class as a star file.
This has been done already, and it is located:
Class3D/run1_ct13_it025_data_class1_and3.star
Now you can submit a Relion 3D auto-refine job with this class. In this example, the last iteration 3D class was provided as the reference and filtered to 40 Angstroms. The script is run_3DRefine.run:
#!/bin/bash #$ -cwd #$ -S /bin/bash #$ -pe orte 256 #$ -q all.q #$ -V #$ -N run_3DRefine mpirun relion_refine_mpi --o Refine3D/run1 --auto_refine --split_random_halves --i Class3D/run1_ct13_it025_data_class1_and3.star --particle_diameter 350 --angpix 1.77 --ref Class3D/run1_ct13_it025_class001.mrc --ini_high 50 --ctf --flatten_solvent --zero_mask --oversampling 1 --healpix_order 2 --auto_local_healpix_order 4 --offset_range 5 --offset_step 2 --sym C1 --low_resol_join_halves 40 --norm --scale --j 1 --memory_per_thread 4 --dont_combine_weights_via_disc
My final resulting volumes can be found:
Refine3D/
Table of contents:
[Home] (https://github.com/mcianfrocco/Cianfrocco-and-Leschziner-2014-EMCloudProcessing/wiki)
Spot instances:
- [Retrieve spot instance price histories] (https://github.com/mcianfrocco/Cianfrocco-and-Leschziner-EMCloudProcessing/wiki/Retrieve-spot-instance-price-histories)
- [Calculate percentage time] (https://github.com/mcianfrocco/Cianfrocco-and-Leschziner-EMCloudProcessing/wiki/Calculate-percentage-time-spot-instance-prices-spend-below-given-price)
Cryo-EM:
- [Download micrographs and data] (https://github.com/mcianfrocco/Cianfrocco-and-Leschziner-2014-EMCloudProcessing/wiki/Download-micrographs-and-data)
- [Extract particles] (https://github.com/mcianfrocco/Cianfrocco-and-Leschziner-2014-EMCloudProcessing/wiki/Extract-particles)
- [Perform 3D classification] (https://github.com/mcianfrocco/Cianfrocco-and-Leschziner-2014-EMCloudProcessing/wiki/Perform-3D-classification)
- [Refine single model to high resolution] (https://github.com/mcianfrocco/Cianfrocco-and-Leschziner-2014-EMCloudProcessing/wiki/Refine-single-model-to-high-resolution)
- [Calculate gold standard FSC & filter map] (https://github.com/mcianfrocco/Cianfrocco-and-Leschziner-2014-EMCloudProcessing/wiki/Calculate-gold-standard-FSC-&-filter-model)