Skip to content

Commit aaef445

Browse files
authored
edit hd5 to hdf5 and fix broken link (#323)
1 parent debd294 commit aaef445

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/topics/custom-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ customisation/configuration of a tool/analysis without the need to fiddle with
77
the CWL description directly.
88

99
The example below is a CWL description of the [biom convert format][biom] tool for
10-
converting a standard biom table file to hd5 format.
10+
converting a standard biom table file to hdf5 format.
1111

1212
```{literalinclude} /_includes/cwl/custom-types/custom-types.cwl
1313
:language: cwl
@@ -21,7 +21,7 @@ converting a standard biom table file to hd5 format.
2121
:name: custom-types.yml
2222
```
2323

24-
___Note:___ To follow the example below, you need to [download the example input file](https://raw.githubusercontent.com/common-workflow-language/user_guide/main/_includes/cwl/custom-types/rich_sparse_otu_table.biom), *rich_sparse_otu_table.biom* e.g. via `wget`:
24+
___Note:___ To follow the example below, you need to [download the example input file](https://github.com/common-workflow-language/user_guide/blob/main/src/_includes/cwl/custom-types/rich_sparse_otu_table.biom), *rich_sparse_otu_table.biom* e.g. via `wget`:
2525

2626
```{code-block} console
2727
$ wget https://github.com/common-workflow-language/user_guide/raw/main/src/_includes/cwl/custom-types/rich_sparse_otu_table.biom
@@ -48,7 +48,7 @@ the object is defined (`biom-convert-table.yaml`) and the name of the object
4848
within that file (`table_type`) that defines the custom type. In this case the `symbols`
4949
array from the imported `biom-convert-table.yaml` file define the allowable table options.
5050
For example, in `custom-types.yml`, we pass `OTU table` as an `input` that
51-
tells the tool to create an OTU table in hd5 format.
51+
tells the tool to create an OTU table in hdf5 format.
5252

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

0 commit comments

Comments
 (0)