lilab-bcb / altocumulus

Command line tool for submitting WDL jobs to Terra or Cromwell server.
https://altocumulus.readthedocs.io
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Use tempfile to create intermediate files #41

Closed yihming closed 2 years ago

yihming commented 2 years ago

Use tempfile.mkstemp to automatically avoid race of conflicts, instead of manually handling it using process IDs.