From https://github.com/common-workflow-lab/wdl-cwl-translator/issues/127 Whenever something like the following appears: `glob: $(inputs.outputVcf + ".tbi")` `cwl-format` could replace it by `glob: $(inputs.outputVcf).tbi`