Skip to content

Commit

Permalink
Update CWL v1.1 to v1.2 link
Browse files Browse the repository at this point in the history
  • Loading branch information
illusional authored Aug 24, 2021
1 parent 645339b commit 4aadc28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/references/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If you're still having trouble, use `janis spider --trace mytool` to give you an
- **Can a `janis.ToolInput` be marked as streamable?**

Currently there's no support to mark ToolInput's as `streamable`. Although the
[`CWL specification`](https://www.commonwl.org/v1.1/CommandLineTool.html#CommandInputParameter).
[`CWL specification`](https://www.commonwl.org/v1.2/CommandLineTool.html#CommandInputParameter).
does support marking inputs as streamable, WDL does not and, there is
[no engine support](https://github.com/broadinstitute/cromwell/issues/3454#issuecomment-455367417).

Expand Down Expand Up @@ -150,4 +150,4 @@ If you're still having trouble, use `janis spider --trace mytool` to give you an
You can override the container being used by specifying a `container-override`, there are two ways to do this:

- CLI with the syntax: `janis [translate|run] --container-override 'MyTool=myorganisation/mytool:0.10.0' mytool`
- API: include container override dictionary: `mytool.translate("wdl", container_override={"mytool": "myorganisation/mytool:0.10.0"})`, the dictionary has structure: `{toolId: container}`. The toolId can be an asterisk `*` to override all tools' containers.
- API: include container override dictionary: `mytool.translate("wdl", container_override={"mytool": "myorganisation/mytool:0.10.0"})`, the dictionary has structure: `{toolId: container}`. The toolId can be an asterisk `*` to override all tools' containers.

0 comments on commit 4aadc28

Please sign in to comment.