CH Albach
CH Albach
Perhaps @lh3 or @fnothaft have some ideas here?
Also, I made this claim to Ilia offline: > the current GA4GH API does not specify what should happen in this case but just found that the behavior is in...
IIRC the reasoning for POST was to workaround potential HTTP constraints, i.e. URL length. These concerns were probably unfounded though. I would support changing these endpoints to GET and also...
Sorry if my reply was misleading. We absolutely support merge across multiple `ReadGroupSet`s, when specified in the `readGroupSetIds` field (which is not part of the GA4GH spec).
@jeromekelleher sure: https://cloud.google.com/genomics/reference/rest/v1/reads/search
I retried once. Failure doesn't look related to this change, but I can't be certain: ``` The command ./gradlew -Dscala.version=2.12 jacocoTestReport exited with 1. ```
Coverage is precomputed at various bucket widths. The targetBucketWidth is floored to the nearest precomputed bucket width and that's what gets returned. The minimum bucket width is chosen such that...
To expand on my proposal: - The provider contract would be to return a key-value string map of logical log names to log file URIs. - The above is the...
The CORS issue is with the UI -> job manager API (a shim on Cromwell). AFAICT this isn't a supported configuration for Cromwell, but it would be easy enough to...
Absolutely agree with 'empty results' behavior rather than a 404 in the case where you've sent a valid query but the result set is empty.