Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions tests/metadata.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $schemas:

cwlVersion: v1.2
class: CommandLineTool
doc: "Print the contents of a file to stdout using 'cat' running in a docker container."
doc: "Test that a command line document with metadata is executed successfully."

dct:creator:
id: "http://orcid.org/0000-0003-3566-7705"
Expand All @@ -19,14 +19,6 @@ dct:creator:
hints:
DockerRequirement:
dockerPull: docker.io/debian:stable-slim
inputs:
file1:
type: File
inputBinding: {position: 1}
numbering:
type: boolean?
inputBinding:
position: 0
prefix: -n
inputs: []
outputs: []
baseCommand: cat
baseCommand: "true"