-
Notifications
You must be signed in to change notification settings - Fork 58
Enhancements to SimpleFileExtractor #1132
Copy link
Copy link
Open
Description
As mentioned in PR #1131
Possible enhancements:
- allow the admin to extract files that are not local
- allow a normal user to extract files that are not local if the total size is < some threshold?
- add flags that tell the task to fail immediately if any subset of the warning conditions happen (e.g. stop if there is a collision, or stop if a pattern doesn't match anything
- create non-flat outputs, where when a file is extracted, a subdirectory creation pattern can be provided for it
- extract subfolders (see Extract folder from file collection #1076)
- support for CbrainFileLists in input
- check for input file collections to make sure they are not archived
- allow the program to clear the caches after files are extracted, or even during extraction
- provide extraction statistics
See also #229
Reactions are currently unavailable