We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
class: CommandLineTool cwlVersion: v1.0 baseCommand: [ls, -l] requirements: InitialWorkDirRequirement: listing: - entryname: fancy-input.json entry: $(inputs.fancy) inputs: fancy: type: type: record fields: - name: one type: string - name: two type: int outputs: outfile: type: stdout