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.
1 parent 8f0254c commit be4141cCopy full SHA for be4141c
wdl2cwl/main.py
@@ -152,7 +152,7 @@ def get_input(input_name: str) -> str:
152
153
154
def get_cwl_docker_requirements(
155
- wdl_docker: Union[WDL.Expr.Get, WDL.Expr.String]
+ wdl_docker: Union[WDL.Expr.Get, WDL.Expr.String],
156
) -> Optional[cwl.ProcessRequirement]:
157
"""Translate WDL Runtime Docker requirements to CWL Docker Requirement."""
158
if isinstance(wdl_docker, WDL.Expr.String) and wdl_docker.literal:
0 commit comments