Defense-Circuits-Lab / findmycells

An end-to-end bioimage analysis pipeline with state-of-the-art tools for non-coding experts
https://defense-circuits-lab.github.io/findmycells/
GNU General Public License v3.0
2 stars 1 forks source link

Migrate projects between computers #19

Closed KonKob closed 1 year ago

KonKob commented 1 year ago

saving and loading projects does not work after migration of project to different computer

KonKob commented 1 year ago

If moving from Windows to Mac/Unix:

KonKob commented 1 year ago

Solution 1: in interfaces.py: import pathlib

line 103: if type(Path("test")) == pathlib.PosixPath: pathlib.WindowsPath = pathlib.PosixPath

KonKob commented 1 year ago

Solution 2: in interfaces.py line 116: old_root_dir = self.project_configs.root_dir

line 123: self.project_configs.root_dir = old_root_dir