Skip to content

Commit 1a36c94

Browse files
authored
index notes correctly, missing many organisms, redmine #54882 (#30)
1 parent 6ba84c0 commit 1a36c94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Model/lib/wdk/ApiCommon/geneQueries.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
(select nfc.na_feature_comment_id,
369369
ta.gene_source_id as source_id
370370
from dots.NaFeatureComment nfc, apidbTuning.TranscriptAttributes ta
371-
where ta.gene_na_feature_id = nfc.na_feature_id
371+
where ta.na_feature_id = nfc.na_feature_id
372372
or ta.gene_na_feature_id = nfc.na_feature_id
373373
group by nfc.na_feature_comment_id, ta.gene_source_id
374374
) ci

0 commit comments

Comments
 (0)