Skip to content
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

Return output filepath str within pycytominer functions #451

Open
d33bs opened this issue Sep 24, 2024 · 0 comments
Open

Return output filepath str within pycytominer functions #451

d33bs opened this issue Sep 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@d33bs
Copy link
Member

d33bs commented Sep 24, 2024

Currently output doesn't return anything when used through, for example, normalize or other functions. It'd be nice to be able to label the return or chain it directly in other functions when appropriate (e.g. annotate -annotated.parquet-> normalize -normalized.parquet-> etc.). This would follow the convention of output already providing a return str. It would also enable a kind of declarative syntax where we can make use of the return from the function as opposed to a variable filename (which is more loosely associated with the function's output).

@d33bs d33bs added the enhancement New feature or request label Sep 24, 2024
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