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

Update cwltool-runcrate version of the predict pipeline crate #52

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

simleo
Copy link
Collaborator

@simleo simleo commented Feb 22, 2023

This version is generated with the latest versions of cwltool and runcrate.

  • adds README.md
  • adds sha1 to files, alternateName to files and directories
  • packed.cwl#main/slide now maps to the input Collection (rather than its main file)
  • adds profile conformance statements to the root dataset:
{
    "@id": "./",
    "@type": "Dataset",
    "conformsTo": [
        {"@id": "https://w3id.org/ro/wfrun/process/0.1"},
        {"@id": "https://w3id.org/ro/wfrun/workflow/0.1"},
        {"@id": "https://w3id.org/ro/wfrun/provenance/0.1"},
        {"@id": "https://w3id.org/workflowhub/workflow-ro-crate/1.0"}
    ],
    ...
},
{
    "@id": "https://w3id.org/ro/wfrun/process/0.1",
    "@type": "CreativeWork",
    "name": "Process Run Crate",
    "version": "0.1"
},
{
    "@id": "https://w3id.org/ro/wfrun/workflow/0.1",
    "@type": "CreativeWork",
    "name": "Workflow Run Crate",
    "version": "0.1"
},
{
    "@id": "https://w3id.org/ro/wfrun/provenance/0.1",
    "@type": "CreativeWork",
    "name": "Provenance Run Crate",
    "version": "0.1"
},
{
    "@id": "https://w3id.org/workflowhub/workflow-ro-crate/1.0",
    "@type": "CreativeWork",
    "name": "Workflow RO-Crate",
    "version": "1.0"
},

@simleo simleo merged commit b98fef2 into ResearchObject:main Feb 23, 2023
@simleo simleo deleted the update_predict_pipeline branch February 23, 2023 09:16
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