You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/seqcol.md
+53
Original file line number
Diff line number
Diff line change
@@ -345,6 +345,7 @@ Under these umbrella endpoints are a few more specific sub-endpoints, described
345
345
-*Return value*: Must include the Seqcol JSON Schema that is used by this server
346
346
347
347
The `/service-info` endpoint should follow the [GA4GH-wide specification for service info](https://github.com/ga4gh-discovery/ga4gh-service-info/) for general description of the service.
348
+
The `artifact` describing sequence collection entities should be `refget.seqcol`. See example below.
348
349
Then, it should also add a few specific pieces of information under a `seqcol` property:
349
350
350
351
-`schema`: MUST return the JSON Schema implemented by the server.
@@ -380,6 +381,58 @@ ga4gh:
380
381
- sequences
381
382
```
382
383
384
+
##### Example of a service-info response
385
+
386
+
```json
387
+
{
388
+
"id": "org.ga4gh.refget.seqcol",
389
+
"name": "Sequence Collection server",
390
+
"type": {
391
+
"group": "org.ga4gh",
392
+
"artifact": "refget-seqcol",
393
+
"version": "1.0.0"
394
+
},
395
+
"description": "Collection of sequences from digests.",
0 commit comments