Changeset 2498


Ignore:
Timestamp:
Jun 5, 2014, 3:41:52 PM (9 years ago)
Author:
Nicklas Nordborg
Message:

References #548: Register Demux and Merge as ended

Display PT_READS in the confirmation wizard.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.reggie/trunk/resources/analysis/demux_confirm.jsp

    r2458 r2498  
    228228  html += '<th class="dottedleft">READS</th>';
    229229  html += '<th class="dottedleft">PF_READS</th>';
     230  html += '<th class="dottedleft">PT_READS</th>';
    230231  html += '<th class="dottedleft">Flag RNA</th>';
    231232  html += '<th class="dottedleft">Align</th>';
     
    234235  html += '<tr>';
    235236  html += '<th></th>';
     237  html += '<th class="dottedleft">(millions)</th>';
    236238  html += '<th class="dottedleft">(millions)</th>';
    237239  html += '<th class="dottedleft">(millions)</th>';
     
    253255    html += '<td class="dottedleft">'+formatNumber(merged.READS/1000000, null, 2)+'</td>';
    254256    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>';
    255258
    256259    // Do not allow flagging external or stratagene
Note: See TracChangeset for help on using the changeset viewer.