-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow working with remote files in CWL and WDL workflows (#4690)
* Start implementing real ToilFsAccess URL operations * Implement URL opening for CWL * Implement other ToilFsAccess operations without local copies * Remove getSize spelling and pass mypy * Add missing import * Remove check for extremely old setuptools * Add --reference-inputs option to toil-cwl-runner * Allow files to be gotten by URI on the nodes * Add some tests to exercise URL references * Implement URI access and import logic in WDL interpreter * Remove duplicated test * Fixc some merge problems * Satisfy MyPy * Spell default correctly * Actually hook up import bypass flag * Actually pass self test when using URLs * Make file job store volunteer for non-schemed URIs * Revert "Make file job store volunteer for non-schemed URIs" This reverts commit 3d1e8f6. * Handle size requests for bare filenames * Handle polling for URL existence * Add a make test_debug target for getting test logs * Add more logging to CWL streaming tests * Contemplate multi-threaded access to the CachingFileStore from user code * Allow downloading URLs in structures, and poll AWS directory existence right * Update tests to a Debian with ARM Docker images * Undo permission changes * Add missing import --------- Co-authored-by: Michael R. Crusoe <[email protected]>
- Loading branch information
Showing
16 changed files
with
1,240 additions
and
772 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.