We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1122777 + dfb5df9 commit 566880bCopy full SHA for 566880b
docs/index.rst
@@ -62,7 +62,7 @@ The basic input data types can be combined with the List and Optional annotation
62
annotation:
63
64
.. code-block:: python
65
-
+ from typing import List
66
file_inputs: List[CWLFilePathInput] = ['data1.txt', 'data2.txt', 'data3.txt']
67
example: Optional[CWLStringInput] = None
68
0 commit comments