-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relion 3.1 3D refine error: one of your half sets has no segments. #605
Comments
Look at the 13th column ( |
Isnt the 13th column a one for rlnRandomeSubset? |
rlnRandomSubset (without e). |
Yeah, sorry the e was a typo on my part. I mean it looks like a one is in the correct spot though right? |
You showed me only one row, so I don't know if it really contains only 1 and 2. Did you check? |
Yeah I checked and it looks fine from what I can tell. Here is more of it: |
Did you check the number of 1s and 2s? Is it more-or-less balanced? |
All of them are ones at the 13th column |
OK, that is the problem. Please report this bug to whoever wrote this CryoSPARC-to-RELION converter. Meanwhile, you should remove the column to let RELION reassign half sets. In this case, you should low pass filter the initial model as much as possible and start refinement by global search to avoid overfitting. |
Okay sounds good I will give that a try. I really appreciate the help with it. I'll let you know what I come up with |
It seems to run to just fine by deleting the column. I will add this issue to pyem, so that it can get fixed. Is there a setting I should change to start refinement by global search at the start of the refinement? |
Thanks!
The default is global search. |
Not a problem, thanks for your help! I really appreciate it! |
I imported particles from a select 2D class in Cryosparc. I then ran multiple 2D/3D classifications with no with no issues. I get an error with 3D auto refine that states one of your half sets has no segments and asks if rlnRandomSubset is set to 1 or 2 in your particles Star file .The data is for a 100 angstrom diameter particle with a 200 box size. Here is part of the Star file being used for Refinement:
version 30001
data_optics
loop_
_rlnVoltage #1
_rlnSphericalAberration #2
_rlnAmplitudeContrast #3
_rlnOpticsGroup #4
_rlnImagePixelSize #5
_rlnImageDimensionality #6
_rlnImageSize #7
300.000000 2.700000 0.070000 1 1.060000 2 200
version 30001
data_particles
loop_
_rlnImageName #1
_rlnMicrographName #2
_rlnCoordinateX #3
_rlnCoordinateY #4
_rlnAnglePsi #5
_rlnOriginXAngst #6
_rlnOriginYAngst #7
_rlnDefocusU #8
_rlnDefocusV #9
_rlnDefocusAngle #10
_rlnPhaseShift #11
_rlnCtfBfactor #12
_rlnRandomSubset #13
_rlnClassNumber #14
_rlnOpticsGroup #15
_rlnGroupNumber #16
_rlnAngleRot #17
_rlnAngleTilt #18
_rlnNormCorrection #19
_rlnLogLikeliContribution #20
_rlnMaxValueProbDistribution #21
_rlnNrOfSignificantSamples #22
000116@J774/extract/FoilHole_1159715_Data_31204767_31204768_20190201_1934_aligned_DW_particles.mrcs J764/imported/FoilHole_1159715_Data_31204767_31204768_20190201_1934_aligned_DW.mrc 2156.000000 3060.000000 60.615960 3.974408 0.794408 29223.787109 28601.591797 25.456038 0.000000 0.000000 1 1 1 1 28.244671 85.321598 0.671937 17981.327251 0.657452 16
Is there something I should change on this to get it work?
The text was updated successfully, but these errors were encountered: