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

adding Windows compatibility #6

Closed KonKob closed 1 year ago

KonKob commented 1 year ago

pathlib objects create a PosixPath object on Mac and Linux, but a WindowsPath object on Windows assertion for valid input types has to allow not only PosixPath, but WindowsPath as well

KonKob commented 1 year ago

Files to correct for Windows:

KonKob commented 1 year ago

in core.py, line 400: missing type hint WindowsPath