We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353f587 commit dd6dbb3Copy full SHA for dd6dbb3
genotyping/src/org/labkey/genotyping/view/mhcQuery.jsp
@@ -29,7 +29,7 @@
29
SELECT reads.sampleid,
30
alleles,
31
CAST(COUNT(*) AS INT) AS reads,
32
- CAST(COUNT(*) AS REAL)/total_reads AS <%=dialect.getColumnSelectName("percent")%>,
+ CAST(COUNT(*) AS REAL)/total_reads AS <%=dialect.getColumnSelectName("percent").getRawSQL()%>,
33
AVG(avg_length) AS avg_length,
34
CAST(SUM(pos_reads) AS INT) AS pos_reads,
35
CAST(SUM(neg_reads) AS INT) AS neg_reads,
0 commit comments