You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (search_speciesnotinsupported) or (target_speciesnotinsupported):
561
562
returnBARUtils.error_exit("Species not supported"), 400
562
-
elif (search_species=="arabidopsis"andBARUtils.is_arabidopsis_gene_valid(gene_id)) or (search_species=="canola"andBARUtils.is_canola_gene_valid(gene_id)):
563
+
elif (search_species=="arabidopsis"andBARUtils.is_arabidopsis_gene_valid(gene_id)) or (
0 commit comments