statgen / bravo_api

Server side data processing and retrieval endpoints for BRAVO
MIT License
1 stars 2 forks source link

Return empty generator when searching gene names with empty string. #2

Open grosscol opened 3 years ago

grosscol commented 3 years ago

Issue or current state

variants.get_genes relies on calling functions to avoid empty string as gene name.

Resolved when

Define behavior in tests as returning empty generator when given empty string.