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

Dealing with globbed paths should recursively call "isDirectory/listStatus" #1775

Open
fnothaft opened this issue Oct 24, 2017 · 0 comments
Open

Comments

@fnothaft
Copy link
Member

In ADAMContext, we have code that loads metadata from underneath globbed paths. However, you need to glob inside the directory for this to work (i.e., instead of globbing "all_my_reads_.adam", you'd glob "all_my_reads_.adam/*). We could fix this by following all globStatus/listStatus calls with a check whether the file is a directory, and calling listStatus if it is a directory.

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

No branches or pull requests

1 participant