File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
* Galaxy:
6
6
* CTD: https://github.com/WorkflowConversion/CTDSchema/blob/master/CTD.xsd
7
- * CWL:
7
+ * CWL: https://github.com/common-workflow-language/common-workflow-language/blob/master/v1.0/CommandLineTool.yml
8
8
9
9
10
10
## Comparison table
11
11
12
12
| Galaxy information | Mandatory | CTD information | Mandatory | CWL information | Mandatory |
13
13
| ---| ---| ---| ---| ---| ---|
14
- | | | | | | |
15
- | | | | | | |
16
- | | | | | | |
14
+ | * description* | X | description | X | label | X |
15
+ | * help* | X | * manual* | X | * doc* | X |
16
+ | * citation* | X | * citation* (for the underlying tool, DOI or doc URL) | X | * SoftwareRequirement.name.specs* (URI) | X |
17
+ | | | * ExecutableName* (overrides the name attribute) | X | * SoftwareRequirement.name.baseCommand[ 0] * | X |
18
+ | | | * ExecutablePath* (specific path to the executable) | X | | |
19
+ | * command* +* argument* under parameter | | * CLItype* list of input commands with elements mapping | X | * arguments* and/or * inputBindings* | X |
20
+
You can’t perform that action at this time.
0 commit comments