We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc6baf commit a5c72e3Copy full SHA for a5c72e3
planemo/tool_builder.py
@@ -262,7 +262,7 @@ def build(**kwds):
262
def _build_cwl(**kwds):
263
_handle_help(kwds)
264
_handle_requirements(kwds)
265
- assert len(kwds["containers"]) == 1, kwds
+ assert len(kwds["containers"]) <= 1, kwds
266
command_io = CommandIO(**kwds)
267
render_kwds = {
268
"cwl_version": DEFAULT_CWL_VERSION,
0 commit comments