Skip to content
Snippets Groups Projects
Commit ac7290bd authored by tjc's avatar tjc
Browse files

change to getLazyClustersByFeatureIds to include orthologs that are connected...

change to getLazyClustersByFeatureIds to include orthologs that are connected with a feature_relationship and no match feature


git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@11663 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 49d8f233
No related branches found
No related tags found
No related merge requests found
......@@ -440,7 +440,7 @@
LEFT JOIN cvterm AS cv_fr ON cv_fr.cvterm_id=fr.type_id
LEFT JOIN cvterm AS cv_f ON cv_f.cvterm_id=f.type_id
WHERE f.feature_id IN <iterate open="(" close=")" conjunction=","> #[]# </iterate>
AND cv_f.name LIKE '%match%'
AND (cv_fr.name='orthologous_to' OR cv_fr.name='paralogous_to') <!-- cv_f.name LIKE '%match%' -->
</select>
<select id="getSchema" resultClass="java.lang.String">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment