repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #5243 from solgenomics/topic/observations_upload_catch_error
[sgn.git]
/
mason
/
barcode
/
tool
/
dna.mas
blob
19099c5c693f93c251d4912585e93999be57bfc4
1
2
<h1>Cassavabase DNA extraction tool</h1>
3
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 &>
13
%}
14
</td></tr></table>