I just stumble in an issue while using the unzipping tool and was wondering if anyone else has experienced the same. I have a zipped folder containing some .gitkeep/.gitignore files, and I want to unzip it in Galaxy. While the unzipping is working correctly and a list of datasets is created, the Extract Dataset tool does not recognize this output.
I’m working on a small project where I want to process zipped folders that MAY contain .gitkeep/.gitignore files. The issue isn’t that these files can’t be read (that would be ok), but rather that any other unzipped file in the datasets list become inaccessible one of these files is present.
Yep, this would be a nice solution for the problem and I looked into it. However, this would be a bit problematic if many files need to be selected or the folder contain several hundred files.
My idea was to build an automatic workflow for processing specific file present in this .zip files. The folder structure of the zipped files I am working with is highly standardized, so files that I want to process are always located at the same path. Considering this, it would be really easy to build an automatic workflow to filter just the files present in this folder without going manually trough it.
I am aware this can be too use-case specific. but I guess might be relevant if files are located in a git repository…?