UCSC-MedBook / patient-care

Clincian facing portal showing pathways, signatures, and genes of interest
2 stars 1 forks source link

Can't create a sample group with > 1 data set. #85

Closed e-t-k closed 8 years ago

e-t-k commented 8 years ago

This line is filtering on _id when it should be filtering on data_set_id. So uniq.length will always be 1.

https://github.com/UCSC-MedBook/patient-care/blob/d806e7f70472a7a1ecd562fd32ca3e450cd5d2f0/webapp/server/methods.js#L147

mokolodi1 commented 8 years ago

NOTE: @e-t-k gets credit for handling fixing this issue.