Changeset 2498
- Timestamp:
- Jun 5, 2014, 3:41:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/resources/analysis/demux_confirm.jsp
r2458 r2498 228 228 html += '<th class="dottedleft">READS</th>'; 229 229 html += '<th class="dottedleft">PF_READS</th>'; 230 html += '<th class="dottedleft">PT_READS</th>'; 230 231 html += '<th class="dottedleft">Flag RNA</th>'; 231 232 html += '<th class="dottedleft">Align</th>'; … … 234 235 html += '<tr>'; 235 236 html += '<th></th>'; 237 html += '<th class="dottedleft">(millions)</th>'; 236 238 html += '<th class="dottedleft">(millions)</th>'; 237 239 html += '<th class="dottedleft">(millions)</th>'; … … 253 255 html += '<td class="dottedleft">'+formatNumber(merged.READS/1000000, null, 2)+'</td>'; 254 256 html += '<td class="dottedleft">'+formatNumber(merged.PF_READS/1000000, null, 2)+'</td>'; 257 html += '<td class="dottedleft">'+formatNumber(merged.PT_READS/1000000, null, 2)+'</td>'; 255 258 256 259 // Do not allow flagging external or stratagene
Note: See TracChangeset
for help on using the changeset viewer.