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
We may wish to add a mechanism to request reads from more than one ID at a time (e.g. for a trio). (Compare PR #430 which proposes a ?samples=S1,S2 query parameter for selecting within a multi-sample VCF file.)
[This issue was previously listed as a “possible future enhancement” within the htsget specification text itself.]
The text was updated successfully, but these errors were encountered:
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
A solution for something like this really has to nail down how the headers / sequence dictionary compatibility works. There are a lot of subtle chaotic things that can happen if it doesn't.
The direct analogue to the VCF ?samples=S1,S2 proposal would be the same query parameter selecting a subset of @RG read groups from within a file, in which case the reference sequence compatibility is assured.
[Anyway, in case it is not clear, this issue is a record of an old potential enhancement suggestion, not a new serious proposal for anything!]
We may wish to add a mechanism to request reads from more than one ID at a time (e.g. for a trio). (Compare PR #430 which proposes a
?samples=S1,S2
query parameter for selecting within a multi-sample VCF file.)[This issue was previously listed as a “possible future enhancement” within the htsget specification text itself.]
The text was updated successfully, but these errors were encountered: