broadinstitute / cromwell-tools

A collection of Python clients and accessory scripts for interacting with the Cromwell
https://cromwell-tools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
22 stars 9 forks source link

ENH: Allow cromwell url to be saved in secrets file, harmonize naming… #25

Closed ambrosejcarr closed 6 years ago

ambrosejcarr commented 6 years ago

Cromwell URL is inextricably linked to password and username, so it makes sense to store all of these data in a secrets file.

ambrosejcarr commented 6 years ago

I ended up having a lot of trouble testing this because:

I ended up refactoring to fix these problems. Closing this.