% if(sequence32.length + sequence16.length != numCells){ %>
The number of sequences calculated does not match the number of cells in your assembly. Switch to part type "DNA" and then hit "Re-Calc Sequences" to fix this.
<% } %>
<% if(sequence32.length > 0){ %>
32bp sequences:
<% _.each(sequence32, function(seq){ %>
<%= seq %>
<% }); %>
<% } else { %>
no 32bp sequences
<% } %>
<% if(sequence16.length > 0){ %>
16bp sequences:
<% _.each(sequence16, function(seq){ %>
<%= seq %>
<% }); %>
<% } else { %>
no 16bp sequences
<% } %>
(Re)-Calc Sequences
Save to File