-
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.
Add support for running Dockstore page URLs and TRS IDs (#5102)
* Add support for running Dockstore page URLs and TRS IDs * Add missing cast to satisfy typing * Start porting over to ZIP download based TRS retrieval * Finish ZIP download and use a workflow cache to avoid responsibility for tmp cleanup * Fix tests and add always-cached test * Add session with user agent for TRS requests * Stop passing extra URL to fetch * Add missing comma * Add docstring and boilerplate to new file * Add missing import * Move Slurm test to Python 3.9 (latest installed in its Docker images) * Bump psutil and remove cast MyPy suddenly hates in CI but not on my machine * Remove some 3.8-isms * Pyupgrade the new integration file * Remove more 3.8-isms * Don't leave behind job store if CWL options don't parse, and add more debugging to tests I can't replicate * Revert "Remove more 3.8-isms" This reverts commit d26b6d7. * Revert "Remove some 3.8-isms" This reverts commit 9db3484. * Remove List * Remove 3.10 type that shouldn't be needed * Fix error string placeholder * Take over manual management of CWL job order options and their metavars and help * Remove now-false note about needing = syntax * Update the Mesos repo snapshot * Actually update the Mesos repo snapshot * Try and fix flaky parallel recursive service test by bounding failure probability * Eliminate randInt references * Fix perfect version of service tests * Fix and test PerfectServiceTest * Stop printing command line options to toil-cwl-runner standard output * Fix WDL argument parsing for 3.12 behavior --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f71dc86
commit 303a8d8
Showing
15 changed files
with
935 additions
and
271 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
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
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.