BlueBrain / BlueBrain/Atlas-Download-Tools
Make `get_experiment_list_from_gene` case insensitive
Open
- Dominant language
- Python
- Stars
- 17
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/BlueBrain/Atlas-Download-Tools/blob/b08093f5bebf53c7491ce1b314382eeb0e78d656/src/atldld/utils.py#L205
The motivation behind making the search case insensitive is that the web interface is also case insensitive. http://mouse.brain-map.org/
However, it is not a must
Contributor guide
Research direction
Start in src/atldld/utils.py at the get_experiment_list_from_gene function referenced near line 205. Compare its current matching behavior with the case-insensitive web interface; done means gene searches return the same results regardless of letter case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100