-
Notifications
You must be signed in to change notification settings - Fork 112
Conversation
+1 though perhaps we can keep the minor formatting changes of comments to cleanup commits. |
be101e9
to
160c9ea
Compare
OK, I have brought this up to speed with master and pared it down to just the |
Nice! Thank you for this @adamnovak :) |
Can you give a quick example of the use case please @adamnovak ? How does this interact semantically with the other fields in the request? Should this be unioned with null so it can be omitted? |
The use case is to look up CallSets by sample ID; if you went over to the metadata API and found a sample you care about, you will need to be able to get genotype information for it. I meant to have semantics where an empty array doesn't apply the filter; I forgot to specify that in the comment and will fix that momentarily. |
160c9ea
to
c92533c
Compare
OK, it now describes the proper syntax for not using this field. |
c92533c
to
98792cf
Compare
If you don't want to specify a sample ID, you can leave the array empty.
Sorry, now it actually actually describes the proper syntax for not using the field; I had amended my commit without adding the file. |
Thanks @adamnovak, +1. |
@adamnovak can we close given #636? Callsets can be filitered by biosampleId. |
Allowing search by sample ID, and reworking some comments.