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 1a3f094 commit d584177Copy full SHA for d584177
_episodes/18-custom-types.md
@@ -34,7 +34,7 @@ It is a good example of a number of good practices in CWL.
34
*custom-types.yml*
35
36
~~~
37
-{% include cwl/tar-param-job.yml %}
+{% include cwl/custom-types.yml %}
38
39
{: .source}
40
@@ -62,7 +62,10 @@ within that file (`apps`) that defines the custom type. The square brackets
62
63
The contents of the YAML file describing the custom type are given below:
64
65
+~~~
66
{% include cwl/InterProScan-apps.yml %}
67
68
+{: .source}
69
70
In order for the custom type to be used in the CWL description, it must be
71
imported. Imports are described in `requirements:SchemaDefRequirement`, as
0 commit comments