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

refine cluster retrieval

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@6347 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent f0c577bc
No related branches found
No related tags found
No related merge requests found
......@@ -349,6 +349,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%'
</select>
<select id="getSchema" resultClass="java.lang.String">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment