Skip to content

Commit d584177

Browse files
author
Toby Hodges
committed
fixed formatting mistakes
1 parent 1a3f094 commit d584177

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_episodes/18-custom-types.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ It is a good example of a number of good practices in CWL.
3434
*custom-types.yml*
3535

3636
~~~
37-
{% include cwl/tar-param-job.yml %}
37+
{% include cwl/custom-types.yml %}
3838
~~~
3939
{: .source}
4040

@@ -62,7 +62,10 @@ within that file (`apps`) that defines the custom type. The square brackets
6262

6363
The contents of the YAML file describing the custom type are given below:
6464

65+
~~~
6566
{% include cwl/InterProScan-apps.yml %}
67+
~~~
68+
{: .source}
6669

6770
In order for the custom type to be used in the CWL description, it must be
6871
imported. Imports are described in `requirements:SchemaDefRequirement`, as

0 commit comments

Comments
 (0)