Skip to content

Commit 2ff12ce

Browse files
kinowmr-c
authored andcommitted
Use backticks for custom-types.yml file name
1 parent bd70652 commit 2ff12ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/19-custom-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The reference to a custom type is a combination of the name of the file in which
6565
the object is defined (`biom-convert-table.yaml`) and the name of the object
6666
within that file (`table_type`) that defines the custom type. In this case the `symbols`
6767
array from the imported `biom-convert-table.yaml` file define the allowable table options.
68-
For example, in custom-types.yml, we pass `OTU table` as an `input` that
68+
For example, in `custom-types.yml`, we pass `OTU table` as an `input` that
6969
tells the tool to create an OTU table in hd5 format.
7070

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

0 commit comments

Comments
 (0)