Skip to content

Commit

Permalink
Make "future enhancements" an unordered list [minor]
Browse files Browse the repository at this point in the history
At present, a change implementing e.g. item 3 is tempted to sully its
diffs by renumbering items 4 to 6.

Remove the item about adding variants, which were added in PR #301.
  • Loading branch information
jmarshall authored and mlin committed Sep 16, 2018
1 parent 433a206 commit eb9d612
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions htsget.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,12 +375,11 @@ The data block URL and headers might contain embedded authentication tokens; the

# Possible future enhancements

1. add a mechanism to request reads from more than one ID at a time (e.g. for a trio)
2. allow clients to provide a suggested data block size to the server
3. consider adding other data types (e.g. variants)
4. add POST support (if and when request sizes get large)
5. [mlin] add a way to request all unmapped reads (e.g. by passing `*` for `referenceName`)
6. [dglazer] add a way to request reads in GA4GH binary format [^d] (e.g. fmt=proto)
* 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
* add POST support (if and when request sizes get large)
* [mlin] add a way to request all unmapped reads (e.g. by passing `*` for `referenceName`)
* [dglazer] add a way to request reads in GA4GH binary format [^d] (e.g. fmt=proto)

## Existing clarification suggestions

Expand Down

0 comments on commit eb9d612

Please sign in to comment.