common-workflow-library / legacy

Deprecated
https://github.com/common-workflow-library/bio-cwl-tools
Apache License 2.0
100 stars 62 forks source link

Create createDict.cwl #19

Closed skanwal closed 8 years ago

skanwal commented 8 years ago

It belongs to picard toolkit.

portah commented 8 years ago

Do not hard copy file name in output

 - id: "#outputFileName"
    type: string
    inputBinding:
      position: 5
      prefix: "OUTPUT="

outputs:
  - id: "#createDict_output"
    type: File
    outputBinding: {glob: "referenceDict.sam"}

Example: https://github.com/common-workflow-language/workflows/wiki/Tutorial-DRAFT2

skanwal commented 8 years ago

@portah changes incorporated