forked from DataBiosphere/toil
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support HPRC assembly WDLs (DataBiosphere#4439)
* Drop unused WDLInputJob * Match MiniWDL and Cromwell behavior for passing nulls to inputs with default values * Add more logging to try and debug missing task inputs * Log whole job str() when complaining about resources * Avoid resurrecting shadowed bindings and obnoxiously long binding chains * Quiet debugging * Put the job identification info in the InsufficientSystemResources error as a string * Carry namespace/path from root down the tree * Sync on Singularity directories * Make sure Singularity cache directories exist before we would need to lock them * Make sure to not have two DeferredFunctionManagers * Make sure the coordination directory is caught vanishing if it vanishes * Drop XDG variables from Slurm job submissions * Remove asserts where we don't actually always have the directory stored * Expose Slurm's assigned suspicious session, and just don't use it * Remove some environment logging * Revise logging and make checking for missing coordination dir more heavyweight, to address review comments
- Loading branch information
Showing
8 changed files
with
224 additions
and
90 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
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.