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

add optional argument to floyd data clone to save outputs to target directory #193

Open
cosmicBboy opened this issue Jul 11, 2018 · 0 comments

Comments

@cosmicBboy
Copy link

I have the use case where I'd like to programmatically download outputs to my local machine so that I can analyze the outputs across many jobs. Currently, the CLI option saves to the current directory and it's not straightforward to just dump all the outputs in a target directory because the output.tar file is unzipped.

Seems like it would be a quick solution to add an argument to the data clone command to set untar=False, delete_after_untar=False so that I can just mv the tar file to the target directory and untar it there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant