Changeset 5817
- Timestamp:
- Jan 28, 2020, 12:54:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/resources/sequencing/sequencing_started.jsp
r5526 r5817 206 206 <span id="autoAnalyze.message" class="message"></span> 207 207 If the auto-analyze option is enabled, Reggie will automatically detect 208 when the sequencing has ended. 209 <% 210 // TODO -- remove when MIPs is fully automatic 211 if ("MIPS".equals(pipeline)) 212 { 213 %> 214 <br><b>NOTE!</b> Since all validation rules are not yet set for MIPs, 215 secondary analysis must be started manually. 216 <% 217 } 218 else 219 { 220 %> 221 If everything seems to be okay, secondary analysis is automatically started. 222 <% 223 } 224 %> 208 when the sequencing has ended. If everything seems to be okay, 209 secondary analysis is automatically started. 225 210 </td> 226 211 </tr>
Note: See TracChangeset
for help on using the changeset viewer.