We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba84c0 commit 1a36c94Copy full SHA for 1a36c94
1 file changed
Model/lib/wdk/ApiCommon/geneQueries.xml
@@ -368,7 +368,7 @@
368
(select nfc.na_feature_comment_id,
369
ta.gene_source_id as source_id
370
from dots.NaFeatureComment nfc, apidbTuning.TranscriptAttributes ta
371
- where ta.gene_na_feature_id = nfc.na_feature_id
+ where ta.na_feature_id = nfc.na_feature_id
372
or ta.gene_na_feature_id = nfc.na_feature_id
373
group by nfc.na_feature_comment_id, ta.gene_source_id
374
) ci
0 commit comments