I have a method config that references a file input through a workspace attribute. I wanted to replace the attribute value with an explicit google bucket URL. I got the following error when I saved the updated method config:
Failed at line 1, column 1: workspace.' expected but
g' found.
According the documentation available at firecloud.org, I should be able to explicitly reference a file in a method config:
The workaround, of course, is to create another workspace attribute.