Standardize Path objects in CytoSnake with pathlib.Path
objects.
#79
Labels
enhancement
New feature or request
pathlib.Path
objects.
#79
After looking how the
cli
handle file paths, it seems there's a large mixture ofstr
andpathlib.Path
objects.I think it's best to standardize them into
pathlib.Path
objects, allowing easier development.The text was updated successfully, but these errors were encountered: