Merge pull request #4106 from solgenomics/topic/wishlist
[sgn.git] / mason / tools / bulk / tabs / bac_tab.mas
blobfb65dccba7274327bb3ada7e2761fe7e475984e3
2 <%args>
3 $debug => ''
4 </%args>
6 <%perl>
8 =head2 bac_search
10   Desc: sub bac_search
11   Args: n/a
12   Ret : BAC tab format
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.
18 =cut
20 </%perl>
22 <form name="bulkform" action="/tools/bulk/download" method="post" enctype="multipart/form-data">
24 <br />
25 <table summary="" cellpadding="10" width="100%"><tr><td valign="top" bgcolor="#EEEEEE" width="320">
28 <br />
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>
32 </td>
33 <td>
34 <i>Example:</i>
35 <pre style="border: 1px solid gray; width: 10em; height: 5em">
36 LE_HBa0033F11
37 SL_MboI0001A07
38 SL_EcoRI0022A07
40 </pre>
41 </td></tr></table>
42 <br />
43 <br />
44 And/or upload list file: <br /><input type="file" name="file" />
45 <br />
46 <br />
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 /> -->
61 </div>
63 </td></tr></table>
65 %    if ( $debug eq "1" ) {
66 %        print qq|<input type="checkbox" checked="checked" name="debug" /> print debug statements<br /><br />|;
67 %    }
69 <input type="hidden" name="idType" value="bac" />
70 <input type="reset" />&nbsp;&nbsp;
71 <input type="submit" value="Submit"><br />
72 </form>