Skip to content

Escape seq_region_name before querying the synonyms

Marek Szuba requested to merge github/fork/thibauthourlier/patch-2 into master

Created by: thibauthourlier

If seq_region_name is not escaped, the API might return the wrong slice if two synonyms are the same except for the '_' character: Contig10_1/Contig1041

Merge request reports