mskcc / LimsRest

the restful service used by the IGO LIMS
2 stars 2 forks source link

Adding endpoint to return completed/incomplete sequencing requests #190

Closed DavidStreid closed 4 years ago

DavidStreid commented 4 years ago

Change: Adding endpoint to return all sequencing requests, a "catch-all" to return all requests that need to be reviewed

Returns Sequencing Requests that have either been marked IGO-Complete or not. This is important because request that have not been marked IGO-Complete are still pending some action before they can be delivered, however, if they have been marked passed or failed their initial demux, then they will not appear on the run-qc site

Implementation

  1. Get all FlowCellLane records created in past n days
  2. Get all samples for those records
  3. Get all unique Requests from those samples that are IGO-Complete or not
mskbot commented 4 years ago

Can one of the admins verify this patch?