unity-sds/unity-app-generator

Modify unity-app-generator to create Dockstore.cwl that calls main workflow CWL

mcduffie opened this issue · 2 comments

The Dockstore API requires a default CWL workflow called Dockstore.cwl. Automate the unity-app-generator process to create this file automatically and have it call the process.cwl file created by app-pack-generator.

Example file:

cwlVersion: v1.0

class: Workflow
doc: |
    Bogus hosted workflow registered by unity_py.

steps:
step:
    run: step.cwl

s:author:
  - class: s:Person
    s:email: mliukis@jpl.nasa.gov
    s:name: Masha Liukis

Implemented at 5d60ece