From b91b6d9ef0e8d768b2cb787d69dabc870fd5a60a Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Thu, 26 Aug 2021 11:08:23 +1200 Subject: [PATCH] Use backticks for custom-types.yml file name --- _episodes/19-custom-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/19-custom-types.md b/_episodes/19-custom-types.md index c6cf7672..64b6b648 100644 --- a/_episodes/19-custom-types.md +++ b/_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 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: