juglab / cryoCARE_T2T

Singularity image for cryo-CARE
BSD 2-Clause "Simplified" License
26 stars 3 forks source link

Absolute paths required in utils.py #2

Closed sbliven closed 4 years ago

sbliven commented 5 years ago

I'm running cryoCARE without using singularity. I have to update several paths in the notebooks for /data and the MotionCor2 binaries (as expected). However, I also run into File-not-found errors in the reconstruct_tomo call of 02_Tomogram_Reconstruction. I'm using a relative path, so some filepaths are no longer correct after the initial os.chdir call.

I am preparing a PR with the fix.