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

[Feature Request] Submit jobs with labels through the command line directly #81

Open rexwangcc opened 5 years ago

rexwangcc commented 5 years ago

As a user, I want to label the workflow I submit through the CLI of cromwell-tools, e.g. cromwell-tools submit xxxxx -m "my-labels". At the moment, this can only be done by passing in a JSON file that contains the labels e.g. -l labels.json.