Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Model/lib/wdk/model/questions/queries/geneQueries.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ and ps.na_feature_id in ($$phenotypeScoreFileterParam$$)
(
SELECT ds.gene_source_id, gi.gene, ds.dataset_value_order
FROM ApidbTuning.GeneId gi, ( $$ds_gene_ids$$ ) ds
WHERE LOWER(gi.id) LIKE REGEXP_REPLACE(REPLACE(LOWER(ds.gene_source_id), '*', '%'), '[[:space:]]', '')
WHERE LOWER(gi.id) = LOWER(ds.gene_source_id)
) t
WHERE t.gene = ta.gene_source_id
GROUP BY ta.gene_source_id, ta.source_id, ta.project_id
Expand Down