File: CommonWorkflowLanguage.yml

package info (click to toggle)
python-schema-salad 2.2.20170111180227-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,168 kB
  • ctags: 213
  • sloc: python: 2,991; makefile: 138
file content (11 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
10
11
$base: "https://w3id.org/cwl/cwl#"

$namespaces:
  cwl: "https://w3id.org/cwl/cwl#"
  sld: "https://w3id.org/cwl/salad#"

$graph:

- $import: Process.yml
- $import: CommandLineTool.yml
- $import: Workflow.yml