Skip to content

Commit afde3f5

Browse files
author
Kaushik Ghose
authored
Merge pull request #77 from sharmatime/patch-7
Update 17-metadata.md
2 parents 8ce8700 + 9558479 commit afde3f5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

_episodes/17-metadata.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ encourage correct citation."
1515
Implementation extensions not required for correct execution (for example,
1616
fields related to GUI presentation) and metadata about the tool or workflow
1717
itself (for example, authorship for use in citations) may be provided as
18-
additional fields on any object.
19-
Such extensions fields must use a namespace prefix listed in the `$namespaces`
20-
section of the document as described in the
21-
[Schema Salad specification][schema-salad].
18+
additional fields on any object. Such extensions fields (e.g. format: edam:format_2572 )
19+
must use a namespace prefix listed in the `$namespaces`section of the document
20+
(e.g edam: http://edamontology.org/) as described in the [Schema Salad specification][schema-salad].
21+
Once you add the namespace prefix, you can access it anywhere in the document as shown below.
22+
2223

2324
For all developers, we recommend the following minimal metadata for your tool
2425
and workflows. This example includes metadata allowing others to cite your tool.
@@ -30,6 +31,10 @@ and workflows. This example includes metadata allowing others to cite your tool.
3031
~~~
3132
{: .source}
3233

34+
The equivalent of this CWL description in command line format is:
35+
36+
`wc -l /path/to/aligned_sequences.ext > output.txt`
37+
3338
#### Extended Example
3439

3540
For those that are highly motivated, it is also possible to annotate your tool

0 commit comments

Comments
 (0)