Now we only ask for the name of the input, and we assume it's a string. This is not enough.
We need to ask the user for more information such as type and a more elaborate description about the input and output parameters in cli.py. And then use this information when generating cwl and possibly also rdf.
We can also use this information to add type hints to the python stubs.
Now we only ask for the name of the input, and we assume it's a string. This is not enough.
We need to ask the user for more information such as type and a more elaborate description about the input and output parameters in
cli.py
. And then use this information when generating cwl and possibly also rdf.We can also use this information to add type hints to the python stubs.