Last change
on this file since 540 was
540,
checked in by mbayer, 13 years ago
|
changed code so that users can either run the wizard or import data using the old style importer
|
File size:
1.2 KB
|
Line | |
---|
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
---|
5 | <title>userchoice2</title> |
---|
6 | |
---|
7 | <link rel="stylesheet" type="text/css" href="../jsp/uk/ac/ebi/nugo/plugins/styles.css" /> |
---|
8 | </head> |
---|
9 | <body> |
---|
10 | |
---|
11 | |
---|
12 | <h1>Tab2MAGE Import Wizard -- Choose Data Mode</h1> |
---|
13 | <p> |
---|
14 | |
---|
15 | <form name="dataMode" action=""> |
---|
16 | |
---|
17 | |
---|
18 | <table cellpadding="10"> |
---|
19 | <tr> |
---|
20 | <td>Are you importing legacy data with pre-existing, named files?</td> |
---|
21 | <td class="input"> |
---|
22 | |
---|
23 | <table class="noBorder" cellpadding="4"> |
---|
24 | <tr> |
---|
25 | <td class="noBorder"><input type="radio" name="legacyData" value="yes"></td> |
---|
26 | <td class="noBorder">yes</td> |
---|
27 | </tr> |
---|
28 | |
---|
29 | <tr> |
---|
30 | <td class="noBorder"><input type="radio" name="legacyData" value="no"></td> |
---|
31 | <td class="noBorder">no</td> |
---|
32 | </tr> |
---|
33 | </table> |
---|
34 | |
---|
35 | </td> |
---|
36 | </tr> |
---|
37 | </table> |
---|
38 | |
---|
39 | |
---|
40 | <p>If you choose 'yes' you will be asked for mappings between filenames, samples and factor value combinations on the next pages. |
---|
41 | </p> |
---|
42 | <p>If you choose 'no' the Tab2MAGE importer will autogenerate names for files and samples on your behalf and proceed with the import automatically. |
---|
43 | </p> |
---|
44 | |
---|
45 | </form> |
---|
46 | |
---|
47 | </body> |
---|
48 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.