File tree Expand file tree Collapse file tree
mapserver/competency/queries.d Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ queries:
5252 AND pfc_0.source_id = pfc_1.source_id
5353 JOIN feature_terms ft ON pfc_0.source_id = ft.source_id AND pfc_0.feature_id =
5454 ft.term_id
55- WHERE pfc_0.type_id = 'nerve '
55+ WHERE pfc_0.type_id = 'UBERON:0001021 '
5656 AND %CONDITIONS%
5757 parameters :
5858 - id : feature_id
Original file line number Diff line number Diff line change 66 FROM feature_types ft JOIN feature_terms f ON ft.source_id = f.source_id AND
77 ft.term_id = f.term_id
88 JOIN path_node_features pnf ON ft.source_id = pnf.source_id AND ft.term_id = pnf.feature_id
9- WHERE ft.type_id = 'nerve ' AND %CONDITIONS%
9+ WHERE ft.type_id = 'UBERON:0001021 ' AND %CONDITIONS%
1010 parameters :
1111 - id : path_id
1212 column : pnf.path_id
Original file line number Diff line number Diff line change 66 FROM feature_types ft JOIN feature_terms f ON ft.source_id = f.source_id AND
77 ft.term_id = f.term_id
88 JOIN path_node_features pnf ON ft.source_id = pnf.source_id AND ft.term_id = pnf.feature_id
9- WHERE ft.type_id = 'nerve ' AND %CONDITIONS%
9+ WHERE ft.type_id = 'UBERON:0001021 ' AND %CONDITIONS%
1010 parameters :
1111 - id : source_id
1212 column : ft.source_id
Original file line number Diff line number Diff line change 55 SELECT DISTINCT pnt_1.source_id, pnt_1.path_id
66 FROM path_node_types pnt_0 JOIN path_node_types pnt_1 ON pnt_0.source_id = pnt_1.source_id
77 AND pnt_0.node_id = pnt_1.node_id
8- WHERE pnt_0.type_id = 'nerve '
8+ WHERE pnt_0.type_id = 'UBERON:0001021 '
99 AND pnt_0.path_id <> pnt_1.path_id
1010 AND %CONDITIONS%
1111 parameters :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ queries:
1212 = fdest.path_id AND pe.node_1 = fdest.node_id
1313 JOIN feature_terms ft ON fnerve.source_id = ft.source_id AND fnerve.feature_id
1414 = ft.term_id
15- WHERE tnerve.type_id = 'nerve '
15+ WHERE tnerve.type_id = 'UBERON:0001021 '
1616 AND %CONDITIONS%
1717 parameters :
1818 - id : feature_id
You can’t perform that action at this time.
0 commit comments