Skip to content

Commit 24d782b

Browse files
authored
Update cli-description-languages-comparison.md
1 parent e793622 commit 24d782b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

doc/cli-description-languages-comparison.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44

55
* Galaxy:
66
* 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
88

99

1010
## Comparison table
1111

1212
|Galaxy information |Mandatory |CTD information |Mandatory |CWL information |Mandatory |
1313
|---|---|---|---|---|---|
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+

0 commit comments

Comments
 (0)