Skip to content

YAML->RDF won't produce a complete file in some cases #598

Open
@mr-c

Description

@mr-c

moved from common-workflow-language/common-workflow-language#171
@ntijanic commented on 30 Nov 2015

Some ordering is lost in conversion, but this could be fixed by setting @container: @list in the context for these fields: engineConfig and source.

Also, default field can in theory include a map or a list. Not sure how to deal with this. Some options:

  • Allow only primitive values for default (no maps, lists or files).
  • Require maps and lists to be represented in another way e.g. class: SerializedValue, value: <JSONString>.
  • Drop the idea that execution semantics survive loading to RDF graph.

I suggest we temporarily disallow maps and lists for default, and introduce support in future iteration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mr-c

        Issue actions

          YAML->RDF won't produce a complete file in some cases · Issue #598 · common-workflow-language/cwltool