This is a test version of Biostars. For the public version, visit https://www.biostars.org.
CWL: Arguments vs Inputs in CommandLineTool.

I am trying to understand the difference between arguments and inputs in a command line tool. I can see that input files are inputs, but what about other parameters to the tool? The distinction seems somewhat arbitrary.

Are there any guidelines for recommended usage?

Thank you
Manisha

common-workflow-language cwl

1 answer

Hi Manisha, The following link explains the difference in detail with the help of an example: http://www.commonwl.org/user_guide/08-arguments/

Hope this helps :)

Log in to answer this question.