Merge pull request #5243 from solgenomics/topic/observations_upload_catch_error
[sgn.git] / mason / barcode / tool / dna.mas
blob19099c5c693f93c251d4912585e93999be57bfc4
2 <h1>Cassavabase DNA extraction tool</h1>
4 <table>
5 <tr><th>ROW</th><th>COLUMN</th></tr>
6 <tr><td>
7 % foreach my $row ('A'..'H') { 
8 <& /barcode/tool/generate.mas, code=>$row &>
9 %}
10 </td><td>
11 % foreach my $col (1..12) { 
12   <& /barcode/tool/generate.mas, code=>$col &>
14 </td></tr></table>