Open medcelerate opened 5 years ago
On another note, removing the --inputs flag seems to bypass this issue, I also tried --input as well with the same result as above.
There is no --inputs
or --input
flag for cwl-tes
. Any flags that come after the CWL document are assumed to be inputs defined in the CWL (like --tarfile
in your error message above).
I think this is the correct syntax for what you are trying to do:
cwl-tes --tes http://localhost:8000 examples/whale/whale.cwl examples/whale/whale-inputs.yml
I get this error below when trying to run with an inputs file on a funnel server running locally. This happens before it hits the server.
Command: