File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ encourage correct citation."
15
15
Implementation extensions not required for correct execution (for example,
16
16
fields related to GUI presentation) and metadata about the tool or workflow
17
17
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
+
22
23
23
24
For all developers, we recommend the following minimal metadata for your tool
24
25
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.
30
31
~~~
31
32
{: .source}
32
33
34
+ The equivalent of this CWL description in command line format is:
35
+
36
+ ` wc -l /path/to/aligned_sequences.ext > output.txt `
37
+
33
38
#### Extended Example
34
39
35
40
For those that are highly motivated, it is also possible to annotate your tool
You can’t perform that action at this time.
0 commit comments