This repository was archived by the owner on Jun 9, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -156,8 +156,7 @@ class CommandInputArraySchema(object):
156
156
def __init__ (self , items = None , label = None , input_binding = None ):
157
157
'''
158
158
:param items: Defines the type of the array elements.
159
- :type: CWLType | CommandInputRecordSchema | CommandInputEnumSchema | CommandInputArraySchema | string |
160
- array<CWLType | CommandInputRecordSchema | CommandInputEnumSchema | CommandInputArraySchema | string>
159
+ :type: `CWLType | CommandInputRecordSchema | CommandInputEnumSchema | CommandInputArraySchema | string | array<CWLType | CommandInputRecordSchema | CommandInputEnumSchema | CommandInputArraySchema | string>`
161
160
:param label: A short, human-readable label of this object.
162
161
:type label: STRING
163
162
:param input_binding:
Original file line number Diff line number Diff line change @@ -94,6 +94,15 @@ CommandOutputBinding
94
94
:special-members:
95
95
:exclude-members: __weakref__
96
96
97
+ CommandInputArraySchema
98
+ """""""""""""""""""""""
99
+
100
+ .. autoclass :: cwlgen.CommandInputArraySchema
101
+ :members:
102
+ :private-members:
103
+ :special-members:
104
+ :exclude-members: __weakref__
105
+
97
106
.. _requirements :
98
107
99
108
Requirements
@@ -137,7 +146,7 @@ CWLToolParser
137
146
:private-members:
138
147
:special-members:
139
148
:exclude-members: __weakref_
140
- _
149
+
141
150
InputsParser
142
151
""""""""""""
143
152
You can’t perform that action at this time.
0 commit comments