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

Feature/registry index #184

Merged
merged 9 commits into from
Dec 22, 2021
Merged

Conversation

kikkomep
Copy link
Member

@kikkomep kikkomep commented Dec 16, 2021

This PR introduces new API methods to query the "index" of workflows that are present in a workflow registry (e.g., WorkflowHub). A registry workflow is represented by the minimal set of properties that are relevant to enable later registration of the workflow on LifeMonitor.

{
  "identifier": "147",
  "latest_version": "2",
  "links": {
    "origin": "https://dev.workflowhub.eu/workflows/147?version=2",
    "self": "https://api.lm:8000/registries/902c6cac-a6fc-4d1c-8326-9ca7194b79b6/index/147"
  },
  "name": "exome-alignment",
  "registry": {
    "name": "wfhubdev",
    "type": "seek",
    "uri": "https://dev.workflowhub.eu",
    "uuid": "902c6cac-a6fc-4d1c-8326-9ca7194b79b6"
  },
  "versions": [
    "1",
    "2"
  ]
}

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