Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User types defined inline (inside the CWL) are not parsed properly #93

Open
ghost opened this issue Jun 12, 2020 · 0 comments
Open

User types defined inline (inside the CWL) are not parsed properly #93

ghost opened this issue Jun 12, 2020 · 0 comments
Labels
advanced cwl bug Something isn't working

Comments

@ghost
Copy link

ghost commented Jun 12, 2020

#!/usr/bin/env cwl-runner

# Inline schemadef

class: CommandLineTool
cwlVersion: v1.0

requirements:
  SchemaDefRequirement:
    types:
      - name: user_type1
        type: record
        fields:
            - name: prop
              type: string

inputs:
  in1: user_type1

outputs:
  out1:
    type: user_type1
    outputBinding:
      outputEval: $(inputs.in1)

baseCommand: []
arguments: []

Consider moving components of the sbpack library here and then reusing it, since the code has large overlaps.

@ghost ghost added bug Something isn't working advanced cwl labels Jun 12, 2020
@ghost ghost self-assigned this Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advanced cwl bug Something isn't working
Projects
None yet
Development

No branches or pull requests

0 participants