Last change
on this file since 550 was
550,
checked in by mbayer, 13 years ago
|
have restructured the code completely that writes the hybs section
|
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>spreadSheetData.html</title> |
---|
6 | </head> |
---|
7 | <body> |
---|
8 | |
---|
9 | <h2>Tab2MAGE Import Wizard -- Enter Spreadsheet Data for Mappings</h2> |
---|
10 | |
---|
11 | <form name="spreadSheetMappings" action=""> |
---|
12 | |
---|
13 | <p> |
---|
14 | <ul> |
---|
15 | <li>Please provide your mappings between file names, samples and factor value combinations by pasting a block of data copied |
---|
16 | from a spreadsheet program (e.g. Excel etc.) into the text box below. |
---|
17 | <p> |
---|
18 | <li>It is assumed that the columns are tab separated. Please make sure that your spreadsheet program supports this. |
---|
19 | <p> |
---|
20 | <li>Columns must be in the order as below and the column headers must be exactly as follows (please replace myFactorName1 etc. with your actual factor names):<p> |
---|
21 | <b> |
---|
22 | File Sample FactorValue[myFactorName1] FactorValue[myFactorName2] etc.... |
---|
23 | </b></p> |
---|
24 | </ul> |
---|
25 | </p> |
---|
26 | <hr/> |
---|
27 | <p align="center"><h3>Your Mappings:</h3></p> |
---|
28 | <p align="center"><textarea cols="90" rows="30">Paste your mappings here.....</textarea></p> |
---|
29 | |
---|
30 | </form> |
---|
31 | |
---|
32 | </body> |
---|
33 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.