Skip to content

Standardize Path objects in CytoSnake with pathlib.Path objects. #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
axiomcura opened this issue Aug 30, 2023 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@axiomcura
Copy link
Member

After looking how the cli handle file paths, it seems there's a large mixture of str and pathlib.Path objects.

I think it's best to standardize them into pathlib.Path objects, allowing easier development.

@axiomcura axiomcura added the enhancement New feature or request label Aug 30, 2023
@axiomcura axiomcura self-assigned this Aug 30, 2023
@axiomcura
Copy link
Member Author

axiomcura commented Aug 30, 2023

The init argument parser returns strings instead of pathlib.path objects. This is a good start for updating file paths objects. However, by changing this, this can trigger a domino effect and may result in a considerable amount of work. .

@axiomcura axiomcura changed the title Improve Path objects in CytoSnake Standardize Path objects in CytoSnake with pathlib.Path objects. Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant