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

Openvariant | Don't fail if folder/file permission denied #18

Open
FedericaBrando opened this issue Oct 11, 2023 · 0 comments
Open

Openvariant | Don't fail if folder/file permission denied #18

FedericaBrando opened this issue Oct 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@FedericaBrando
Copy link
Member

FedericaBrando commented Oct 11, 2023

When iterating through a folder path, it would be nice to have a list of reported folder that have been skipped because of permission denied error, instead of just fail and exit. And returning a warning everytime a folder is skipped because of this.

This can also happen when a folder has symlinks from a folder not accessible to a user. it would be nice to check if those symlink are because the file does not exists or it is not accessible because of the error previously described.

In this way, when iterating in a big folder, with multiple datasets, we can run openvariant without worrying too much of permissions, as long as we have a detailed track of the folders and file skipped.

Adding a flag like --skip to make this feature running could be helpful.

@FedericaBrando FedericaBrando added the enhancement New feature or request label Oct 11, 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