-
Notifications
You must be signed in to change notification settings - Fork 1
Extract particles
Michael A. Cianfrocco edited this page Jan 22, 2015
·
5 revisions
Place the micrographs from the EMPIAR database into the Micrographs folder within Relion_refinement that you downloaded and unzipped from Data Dryad.
$ cp *.mrcs Relion_refinement/Micrographs
Rename the micrographs to have .mrc as the extension:
$ foreach file (*.mrcs)
mv $file ${file:r}
end
Run the following relion extraction command (this needs to be run from the folder above Micrographs/) using the existing .box and ctffind log files:
$ /programs/x/relion/1.3/bin/mpirun -np 22 relion_preprocess_mpi --o particles --mic_star all_micrographs_ctf.star --coord_suffix .box --extract --extract_size 240 --norm --bg_radius 98 --white_dust 5 --black_dust 5 --invert_contrast
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)