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

Add position property to steps #20

Merged
merged 2 commits into from
Jun 30, 2022
Merged

Conversation

simleo
Copy link
Collaborator

@simleo simleo commented Jun 23, 2022

{
  "@id": "packed.cwl#main/rev",
  "@type": "HowToStep",
  "position": "0",
  "workExample": {"@id": "packed.cwl#revtool.cwl"}
},
{
  "@id": "packed.cwl#main/sorted",
  "@type": "HowToStep",
  "position": "1",
  "workExample": {"@id": "packed.cwl#sorttool.cwl"}
}

Position are assigned according to the topological order of the step graph: if si generates inputs for sk then pi < pk.

@simleo simleo merged commit ff72b51 into ResearchObject:main Jun 30, 2022
@simleo simleo deleted the step_position branch June 30, 2022 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant