inab / WfExS-backend

Workflow Execution Service Backend
Apache License 2.0
16 stars 6 forks source link

Add support for compact `drs` identifiers #23

Closed jmfernandez closed 2 years ago

jmfernandez commented 2 years ago

As of https://ga4gh.github.io/data-repository-service-schemas/preview/release/drs-1.1.0/docs/#_appendix_compact_identifier_based_uris , drs URIs can be in compact form, which add an additional level of indirection resolving where the DRS server is living against either n2t.net or identifiers.org . Implementation added at 11d6873a4d453fe12ce025ce473226e813ed7dd8 does not consider this level of indirection, and it is not able to know whether it is dealing with a compact DRS URI or a not so compact one.

jmfernandez commented 2 years ago

Fixed at commit f71f6cae6942c2275074a2e9ba2596bd8976c808