riga / law

Build large-scale task workflows: luigi + job submission + remote targets + environment sandboxing using Docker/Singularity
http://law.readthedocs.io
BSD 3-Clause "New" or "Revised" License
96 stars 39 forks source link

Allow job_file_dir_mkdtmp to be path patterns. #185

Closed riga closed 1 month ago

riga commented 1 month ago

Allows the option job::job_file_dir_mkdtemp to be a string containing variables that will be replaced. This string is then used as a postfix for creating temporary directories in the submission directory.

Closes #180.