Skip to content

Commit

Permalink
Move enhancement suggestions to GitHub issues
Browse files Browse the repository at this point in the history
Remove enhancement and suggestion sections as they have been created
as issues on the hts-specs repository instead:

- #594 Request reads from more than one ID at a time
- #595 Allow clients to provide a suggested data block size to the server
- #596 Add a way to request reads in GA4GH binary format
- #597 `format` should probably be specified as a (comma separated?) list
  • Loading branch information
jmarshall committed Sep 1, 2021
1 parent d3d1d9e commit df96264
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions htsget.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ Request data in this format. The allowed values for each type of record are:
* Variants: VCF (default), BCF.

The server SHOULD reply with an `UnsupportedFormat` error if the requested format is not supported.
[^a]
</td></tr>
<tr markdown="block"><td>

Expand Down Expand Up @@ -753,18 +752,6 @@ Example listing of htsget reads API and variants API registrations from a servic
]
```

# Possible future enhancements

* add a mechanism to request reads from more than one ID at a time (e.g. for a trio)
* allow clients to provide a suggested data block size to the server
* [dglazer] add a way to request reads in GA4GH binary format [^d] (e.g. fmt=proto)

## Existing clarification suggestions
{:.no_toc}

[^a]: This should probably be specified as a (comma separated?) list in preference order. If the client can accept both BAM and CRAM it is useful for it to indicate this and let the server pick whichever format it is most comfortable with.
[^d]: How will compression work in this case - can we benefit from columnar compression as does Parquet?


[CORS]: http://www.w3.org/TR/cors/
[Data URI]: https://en.wikipedia.org/wiki/Data_URI_scheme
Expand Down

0 comments on commit df96264

Please sign in to comment.