Changeset 4535 for trunk/api/core/conf/common-queries.xml
- Timestamp:
- Nov 22, 2013, 4:39:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/api/core/conf/common-queries.xml
r4506 r4535 255 255 </description> 256 256 </query> 257 258 <query id="GET_UNIQUE_PEPTIDE_SEQUENCES_BELOW_FDR_IN_HITS_FOR_PROJECT" type="HQL"> 259 <sql> 260 SELECT DISTINCT h.description 261 FROM HitData h 262 WHERE h.project = :project AND h.protein = false AND h.combinedFDR <= :combinedFDR 263 ORDER by h.description 264 </sql> 265 <description> 266 Load all distinct (unique) peptide sequences in the Hits table for a project. 267 </description> 268 </query> 257 269 258 270 <query id="GET_UNIQUE_CHARGES_IN_HITS_FOR_PROJECT" type="HQL">
Note: See TracChangeset
for help on using the changeset viewer.