-
Notifications
You must be signed in to change notification settings - Fork 202
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 5 fails to reconstruct tomograms by asking for _rlnTomoMicrographNameEven label #1158
Comments
I am facing this error too |
Oh wow, where did you get the gain.mrc from? |
In the data I pulled out, there is a file called 'processing', in this file, I get the 'gain.mrc' file. |
Thanks! I tested with that but I still don't see the two columns in my corrected_tilt_series.star. Did you change anything else too? |
I only changed that bit. Is your file ending in '.mrc' or '.eer'? I hope this helps. |
Hi, it's .mrc and I supplied the gain reference image but I still end up with the same error. I am using AreTomo alignment, are you using that as well? |
Hi, yes I use AreTomo. I suppose you may want to check if there is anything wrong in your previous steps...? I am doing the denoise, so I have also set the "save the images for denoise?" in the motion correction step as "Yes". |
I was able to fix it, Thank you! |
Happy to hear that! May I ask how did you fix that? |
Describe your problem
I am following the Relion pipeline starting from import - motion correction - CTF estimation. I have passed the tilt series alignment stage using AreTomo in Relion and now want to reconstruct tomograms. Here is my full command:
which relion_tomo_reconstruct_tomogram
--t AlignTiltSeries/job028/aligned_tilt_series.star --o Tomograms/job033/ --w 4200 --h 4200 --d 300 --binned_angpix 10 --fourier --ctf_intact_first_peak --do_proj --centre_proj 0 --thickness_proj 10 --tiltangle_offset -2 --only_do_unfinished --j 1 --pipeline_control Tomograms/job033/ERROR: tomogramTable for Position_1 does not contain a rlnTomoMicrographNameEven label
Here is my input file from the tilt series alignment 'Aligned_tilt_series.star':
I can see that I am missing the _rlnTomoMicrographNameEven label, but this lable is not generated from my previous .star file during the motion correction and CTF estimation stage. I have looked at other people's file and know that Relion is looking for file similar to 'MotionCorr/job002/frames/ts_00105_45_0_EVN.mrc', however, in my process, this file is not generated.
Many appreciation on any suggestions or advice of how it may go wrong.
The text was updated successfully, but these errors were encountered: