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

check for is_analysis flag

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@13688 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent be5acc51
No related branches found
No related tags found
No related merge requests found
...@@ -219,7 +219,10 @@ ...@@ -219,7 +219,10 @@
WHERE WHERE
<dynamic> <dynamic>
<isGreaterThan property="featureLoc.featureBySrcFeatureId.featureId" compareValue="0"> <isGreaterThan property="featureLoc.featureBySrcFeatureId.featureId" compareValue="0">
srcfeature_id=$featureLoc.featureBySrcFeatureId.featureId$ srcfeature_id=$featureLoc.featureBySrcFeatureId.featureId$
<isNotNull property="analysis">
AND is_analysis=#analysis#
</isNotNull>
</isGreaterThan> </isGreaterThan>
<isGreaterEqual property="featureLoc.fmin" compareValue="0" prepend="AND"> <isGreaterEqual property="featureLoc.fmin" compareValue="0" prepend="AND">
<![CDATA[ fl.fmin >= $featureLoc.fmin$ AND fl.fmax < $featureLoc.fmax$ ]]> <![CDATA[ fl.fmin >= $featureLoc.fmin$ AND fl.fmax < $featureLoc.fmax$ ]]>
......
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