cwlprov icon indicating copy to clipboard operation
cwlprov copied to clipboard

Profile for provenance research object of a CWL workflow run

Results 3 cwlprov issues
Sort by recently updated
recently updated
newest added

In the revsort example, the input file [format](https://github.com/common-workflow-language/cwlprov/blob/ce3f469745f4c8a2c029f872d522a4c57fba947b/examples/revsort-run-1/workflow/packed.cwl#L16) is https://www.iana.org/assignments/media-types/text/plain, but that page does not exist. I'm not even sure this is a problem: is that supposed to lead to...

Together with #1 this attempts to find a way to pre-define domain-specific provenance that would be generated at workflow run time. The idea is define a set of relationships that...

``` cwl outputs: first_output: type: File outputSource: workflow_step/output_name format: iana:applications/json cwlprov:concept: ebi_metagenomics:assembly_statistics ```