-
Not writing out a star file and failing
-
The job number in Relion 4.0 seems to be three-digit. Does that mean the largest job number can only be 999? Will Relion crash if I submit the 1000th job? Thank you!
-
Dear Relion 4 authors:
We have compiled relion4 and setup on HPC cluster, the system is running Redhat version 7.9 . Our cluster uses IBM LSF job scheduler for job submission.
We find RELION G…
-
After the installation is complete on a server, the relion cannot open with a GUI, which is specified as ON during installation. Is there any resources to look into this issue?
![image](https://use…
-
I have installed Relion on Ubuntu 20.04.
I have followed the instructions reported [here](https://relion.readthedocs.io/en/release-3.1/Installation.html) and I had no errors.
But when I type "rel…
-
Hi,
I have enjoyed using your program to make sense of my results and make beautiful sessions. I just noticed that the code seems to assume that the star file is sorted based on the rlnMicrographNa…
-
[Hello]
I am trying to install relion. I am really new to Linux based systems. After make step, I got an error make: ** [Makefile:130: all ] Error2.
I am really confused, how I should fix this?
I h…
-
@EuanPyle having some trouble running AreTomo and not sure what's going on - any advice? :)
```txt
relion_tomo_align_tilt_series AreTomo --tilt-series-star-file CtfFind/job003/tilt_series_ctf.star…
-
Hello,
I'm running Average_power_spec_calc_v03.py but I get the following message
Traceback (most recent call last):
File "Average_power_spec_calc_v03.py", line 84, in
fft_average=fft…
-
if((x ^ y ^ z)&1 != 0)
{
img_in[pixel].x *= -1;
img_in[pixel].y *= -1;
}
(the same as ver4.0)
I don`t know why use " if((x ^ y ^ z)&1 != 0)", maybe it just like "if((x ^ y ^ z)& 1)", Is it a…