phac-nml / irida-staramr-results

Enables StarAMR analysis results that were run through IRIDA to be downloaded into a spreadsheet using the command line.
Apache License 2.0
3 stars 1 forks source link

Filter analysis list to only return StarAMR analysis #2

Closed JeffreyThiessen closed 3 years ago

JeffreyThiessen commented 3 years ago

IRIDA does not currently support fetching only StarAMR analysis results, so we will need to grab all the analysis and then filter the ones we don't need.

This filter function should accept what is returned from IRIDA, and return the filtered list in the same structure, s.t. when IRIDA is updated to support returning only StarAMR results, it can be removed easily.