Skip to content

Commit 2e6ec6f

Browse files
author
Toby Hodges
committed
added links to IANA and EDAM file format listings
1 parent 4f6196b commit 2e6ec6f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_episodes/16-file-formats.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ type-checking when creating parameter files.
1919
For file formats, we recommend referencing existing ontologies (like EDAM in
2020
our example), reference a local ontology for your institution, or do not add
2121
a file format initially for quick development before sharing your tool with
22-
others.
22+
others. You can browse existing file format listings for IANA [here][IANA] and
23+
for EDAM [here][EDAM].
2324

2425
Note that for added value `cwltool` can do some basic reasoning based on file
2526
formats and warn you if there seem to be some obvious mismatches.
@@ -66,3 +67,6 @@ Final process status is success
6667
}
6768
}
6869
```
70+
71+
[IANA]: https://www.iana.org/assignments/media-types/media-types.xhtml
72+
[EDAM]: http://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_1915

0 commit comments

Comments
 (0)