Matthew Belousoff
Matthew Belousoff
The error I got was the following `NVIDIA GeForce RTX 3080 Ti with CUDA capability sm_86 is not compatible with the current PyTorch installation. The current PyTorch install supports CUDA...
Sorry I should have said that I cloned the latest repo on the 12/03/2025
Yep, definitely compiles fine with: `cmake -DUSE_LIBTIFF=off .. ` So its clearly an issue with whatever version of tibtiff I'm using. `ldconfig -v | grep tiff` spits out: ``` libtiff.so.6...
Yeah, I normally go back and foward too between the software, but normally start in RELION and only import ptcle stacks into cSPARC if I have to..... So the: `corrupted...
So for some more troubleshooting: If I run the command: ``` `which relion_refine_mpi` --o Class3D/job001/run --i J55_newoptics.star --ref J55_010_volume_map.mrc --firstiter_cc --trust_ref_size --ini_high 16 --dont_combine_weights_via_disc --pool 30 --pad 1 --ctf --iter...
> It suggests some metadata are broken, but I don't know which. For example, `rlnMicrographName` and `rlnGroupNumber` are missing, which are used to make groups for scaling and sigma estimation....
I'll give it a try and get back to you.
> > particle star file with no rlnMicrographName column all particles are assigned to rlnGroupNumber 1.... > > This is likely the cause. Scaling is essentially disabled. > > [@mbelouso](https://github.com/mbelouso)...