nextflow-io / nf-prov

Apache License 2.0
23 stars 11 forks source link

Review validation gaps with BCO Validator API #21

Open bentsherman opened 6 months ago

bentsherman commented 6 months ago

The BCO project has a standard API endpoint for validation BCO manifests:

https://biocomputeobject.org/api/docs/

According to the BCO maintainers there are two minor issues with the current BCO manifest:

  1. URIs for files in the description domain do not validate (suggest using something like file:///)
  2. date-time doesn't appear to validate against the schema (is it ISO-8601?)

These issues should be reviewed and addressed as needed.