Skip to content

Commit f8ee3ba

Browse files
authored
Merge pull request #106 from zipho/patch-1
Update 19-custom-types.md
2 parents 6a029b4 + 77485b6 commit f8ee3ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_episodes/19-custom-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ converting a standard biom table file to hd5 format.
3737
~~~
3838
{: .source}
3939

40-
___Note:___ To follow the example below, you need to download the example input file, *rich_sparse_otu_table.biom*. The file is available from [https://github.com/common-workflow-language/user_guide/raw/gh-pages/_includes/cwl/rich_sparse_otu_table.biom](https://github.com/common-workflow-language/user_guide/raw/gh-pages/_includes/cwl/rich_sparse_otu_table.biom) and can be downloaded e.g. via `wget`:
40+
___Note:___ To follow the example below, you need to download the example input file, *rich_sparse_otu_table.biom*. The file is available from [https://raw.githubusercontent.com/common-workflow-language/user_guide/gh-pages/_includes/cwl/19-custom-types/rich_sparse_otu_table.biom](https://raw.githubusercontent.com/common-workflow-language/user_guide/gh-pages/_includes/cwl/19-custom-types/rich_sparse_otu_table.biom) and can be downloaded e.g. via `wget`:
4141

4242
~~~
43-
wget https://github.com/common-workflow-language/user_guide/raw/gh-pages/_includes/cwl/rich_sparse_otu_table.biom
43+
wget https://raw.githubusercontent.com/common-workflow-language/user_guide/gh-pages/_includes/cwl/19-custom-types/rich_sparse_otu_table.biom
4444
~~~
4545
{: .source}
4646

0 commit comments

Comments
 (0)