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

The parse_irods_collection function filters out md5 files #229

Open
Nicolai-vKuegelgen opened this issue Apr 10, 2024 · 0 comments
Open

Comments

@Nicolai-vKuegelgen
Copy link
Contributor

Describe the bug
Currently all or most cubi-tk download functionality uses iRODSRetrieveCollection.retrieve_irods_data_objects (from irods_common), to gather a list of file in an irods project / collection.
However, the parse_irods_collection function from that parses the lists of all irods_data_objects created by the _irods_query output removes specifically excludes md5 files from its output in the current implementation, so md5 files can not be downloaded with cubi-tk.

To Reproduce
Steps to reproduce the behavior:
A. Try any cubi-tk donwload function that uses iRODSRetrieveCollection, md5 files will not be found/downloaded.

Expected behavior
Md5 files should - at least optionally - be included in the output, so they can be downloaded.

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