@@ -62,7 +62,8 @@ tool is generated.
6262 --name 'Convert to FASTA (seqtk)' \
6363 --example_command 'seqtk seq -a 2.fastq > 2.fasta' \
6464 --example_input 2.fastq \
65- --example_output 2.fasta
65+ --example_output 2.fasta \
66+ --container 'dukegcb/seqtk' \
6667 --help_from_command 'seqtk seq'
6768
6869This command generates the following CWL YAML file.
@@ -82,16 +83,14 @@ This command generates the following CWL YAML file.
8283 .. CHECK: Tool defines an id [seqtk_seq_v3].
8384 Applying linter cwl_validation... CHECK
8485 .. INFO: CWL appears to be valid.
85- Applying linter docker_image... WARNING
86- .. WARNING : Tool does not specify a DockerPull source .
86+ Applying linter docker_image... CHECK
87+ .. INFO : Tool will run in Docker image [dukegcb/seqtk] .
8788 Applying linter new_draft... CHECK
8889 .. INFO: Modern CWL version [cwl:draft-3]
89- Failed linting
9090
91- Here the linting failed because we have not yet defined a Docker image for the
92- the tool. A later revision of this document will cover specifying a Docker image
93- for this tool with the ``--container `` argument and discuss defining more
94- parameters for this tool.
91+ A later revision of this document ill discuss defining more
92+ parameters for this tool and include information on generating and
93+ running tests with planemo for CWL tools.
9594
9695For more information on the Common Workflow Language check out the Draft 3
9796`User Guide `_ and Specification _.
0 commit comments