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 bd70652 commit 2ff12ceCopy full SHA for 2ff12ce
_episodes/19-custom-types.md
@@ -65,7 +65,7 @@ The reference to a custom type is a combination of the name of the file in which
65
the object is defined (`biom-convert-table.yaml`) and the name of the object
66
within that file (`table_type`) that defines the custom type. In this case the `symbols`
67
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
+For example, in `custom-types.yml`, we pass `OTU table` as an `input` that
69
tells the tool to create an OTU table in hd5 format.
70
71
The contents of the YAML file describing the custom type are given below:
0 commit comments