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

Only warn if raw output dataset exists #21

Open
hanslovsky opened this issue May 15, 2019 · 1 comment
Open

Only warn if raw output dataset exists #21

hanslovsky opened this issue May 15, 2019 · 1 comment

Comments

@hanslovsky
Copy link
Contributor

Currently, the conversion job fails if a raw output dataset already exists. This is annoying because

  1. it affects the entire job and it is hard to create spark jobs to convert many datasets
  2. just restarting the job will not work because it will fail the same way

Instead, only a warning should be emitted to inform the user that the existing dataset is skipped

@hanslovsky
Copy link
Contributor Author

After saalfeldlab/n5#58 is merged and released, this should probably be changed to

  1. fail if exists
  2. overwrite existing if --overwrite is specified (globally or per dataset)
  3. skip existing if --skip-existing is specified (globally or per dataset)

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