icgc-argo / song-search

Song Search - GQL microservice for searching maestro generated song indexes
GNU General Public License v3.0
0 stars 0 forks source link

Add `analysis_tools` property to File and FileFilter #68

Open joneubank opened 2 years ago

joneubank commented 2 years ago

Files indexed by maestro include the analysis_tools property (array of strings).

We want to be able to retrieve this value through song search GQL. It should be added to the File type so it is available in the files and analyses query

We also want to be able to filter files by providing analysis_tools array and to only include files in the search results that include all provided values.

This file filter should also be applied to the analyses.files property, if possible.