DEBSOURCES
Skip Quicknav
sources / python-schema-salad / 3.0.20181206233650-2 / schema_salad / tests / test_schema / test11.cwl
1234567891011
#!/usr/bin/env cwl-runner class: Workflow inputs: foo: string outputs: bar: string steps: step1: run: blub.cwl in: [] out: [out]