As a plugin user,
I want an action to fetch SRA run IDs based on a search query,
so that I can easily find and retrieve SRA data in an "exploratory" fashion, when I do not know exact IDs but I can construct a query to find those.
Example query:txid410656[Organism] AND biosample sra[Filter] AND "public"[Filter] AND (chicken OR poultry)
Acceptance criteria:
New action which:
takes a search query as input
returns an artifact of NCBIAccessionIDs type, containing all the retrieved IDs
As a plugin user, I want an action to fetch SRA run IDs based on a search query, so that I can easily find and retrieve SRA data in an "exploratory" fashion, when I do not know exact IDs but I can construct a query to find those.
Example query:
txid410656[Organism] AND biosample sra[Filter] AND "public"[Filter] AND (chicken OR poultry)
Acceptance criteria: New action which:
NCBIAccessionIDs
type, containing all the retrieved IDs