Skip to content

Commit ca21bdf

Browse files
authored
moar
1 parent 84bd265 commit ca21bdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/cli-description-languages-comparison.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
* Galaxy: https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/tools/xsd/galaxy.xsd
66
* CTD: https://github.com/WorkflowConversion/CTDSchema/blob/master/CTD.xsd
7-
* CWL: https://github.com/common-workflow-language/common-workflow-language/blob/master/v1.0/CommandLineTool.yml
7+
* CWL v1.0: http://www.commonwl.org/v1.0/CommandLineTool.html / https://github.com/common-workflow-language/common-workflow-language/blob/master/v1.0/CommandLineTool.yml
88

99
## Summary
1010

1111
### Tool description
1212
CTD reflects the perspective of a tool author targetting the KNIME processing unit approach ("nodes"), whereas
13-
Galaxy reflects the perspective of a platform centered around non-developer users.
13+
Galaxy reflects the perspective of a platform centered around non-developer users interacting with a graphical interface.
1414

1515
### Parameters description
1616

1717
### Data/parameter types
18-
The typing system for parameters in CTD itself is simpler than the other two, providing mainly support for simple types and input/output files, but excluding arrays/lists and complex types. Galaxy adds
18+
The typing system for parameters in CTD itself is simpler than the other two, providing mainly support for simple types and input/output files, but excluding arrays/lists and complex types. Galaxy adds GUI specific features (`select`, `drill_down`), domain specific features (`color`, `genome_build`, `data_column`), configuration of web services (`base_url`), and tighter integration with workbench internal data management (`library_data`).
1919

2020
### Command line generation
2121
All of the specifications include a flexible set of possibilities for the generation of command lines, reflecting the effective heterogeneity of the bioinformatics tools ecosystem ;)

0 commit comments

Comments
 (0)