14 Defines the format of the BAC tab using html & perl. Speicfies
15 information fields available for searching BACs. Prints the debug
16 checkbox when debug parameter is set to one.
22 <form name="bulkform" action="/tools/bulk/download" method="post" enctype="multipart/form-data">
25 <table summary="" cellpadding="10" width="100%"><tr><td valign="top" bgcolor="#EEEEEE" width="320">
29 Enter a list of identifiers or upload a file containing identifers separated by whitespace (returns, spaces or tabs):<br />
30 <table summary="" width="100%"><tr><td>
31 <textarea name="ids" rows="5" cols="20"></textarea>
35 <pre style="border: 1px solid gray; width: 10em; height: 5em">
44 And/or upload list file: <br /><input type="file" name="file" />
48 </td><td valign="top" bgcolor="#EEEEEE" width="320">
49 <b>Download BAC information:</b> <br />
50 <div style="margin: 1em; white-space: nowrap">
51 <input type="checkbox" name="arizona_clone_name" checked="checked" /> Arizona-style clone name (LE_HBa0001A01) <br />
52 <input type="checkbox" name="cornell_clone_name" checked="checked" /> Old Cornell-style clone name (P001A01)<br />
53 <input type="checkbox" name="chr_clone_name" checked="checked" /> Clone name with chromosome (C01HBa0001A01)<br />
54 <input type="checkbox" name="clone_type" checked="checked" /> clone type <br />
55 <input type="checkbox" name="org_name" checked="checked" /> organism name <br />
56 <input type="checkbox" name="accession_name" checked="checked" /> accession name <br />
57 <input type="checkbox" name="library_name" checked="checked" /> library name <br />
58 <input type="checkbox" name="estimated_length" checked="checked" /> estimated length <br />
59 <input type="checkbox" name="genbank_accession" checked="checked" /> genbank accession<br />
60 <!-- <input type="checkbox" name="overgo_matches" checked="checked" DISABLED /> overgo matches<br /> -->
65 % if ( $debug eq "1" ) {
66 % print qq|<input type="checkbox" checked="checked" name="debug" /> print debug statements<br /><br />|;
69 <input type="hidden" name="idType" value="bac" />
70 <input type="reset" />
71 <input type="submit" value="Submit"><br />