For WDL, the way the defaults are set is making it so that if you are submitting a job that does not require import files, you have to specify --wdl-importsfile '' in order not to have the following error being raised
With --wdl-importsfile '' it works
But it makes the UX way worse.
For WDL, the way the defaults are set is making it so that if you are submitting a job that does not require import files, you have to specify
--wdl-importsfile ''in order not to have the following error being raisedWith
--wdl-importsfile ''it worksBut it makes the UX way worse.