In the compute service we recently updated the api for differential abundance. The main update changed the groups from arrays of strings to arrays of LabeledRange. The data service needs to know about this change as well. So, this PR updates library.raml so that the ds now expects the correct format :)
In the compute service we recently updated the api for differential abundance. The main update changed the groups from arrays of strings to arrays of
LabeledRange
. The data service needs to know about this change as well. So, this PR updates library.raml so that the ds now expects the correct format :)