Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _episodes/19-custom-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The reference to a custom type is a combination of the name of the file in which
the object is defined (`biom-convert-table.yaml`) and the name of the object
within that file (`table_type`) that defines the custom type. In this case the `symbols`
array from the imported `biom-convert-table.yaml` file define the allowable table options.
For example, in custom-types.yml, we pass `OTU table` as an `input` that
For example, in `custom-types.yml`, we pass `OTU table` as an `input` that
tells the tool to create an OTU table in hd5 format.

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