This program makes a plate record (sample sheet) for the HMS Biopolymers Facility ABI 3700 (genotyping runs), starting from a 12 x 8 array of sample names that you have created in Excel and saved as tab-delimited text. The letters A-H at the left, denoting rows, are essential in the input file. Other lines will be ignored.
The output is also tab-delimited text. Make sure you save the result in text format with a filename of, let's say, CN-C.plt.txt. Note: I have found that a recent version of Netscape doesn't save the file properly (all lanes become "blank"), and Internet Explorer inserts two unwanted blank lines at the top. Use Safari instead.
Here's an example of a spreadsheet to upload. Notice that sample names include the family code (CN), individual code (2 through 552), and panel number (13 through 19). Keep them short. Spaces will be removed.
In order for various other of my scripts to work correctly, sample names
must follow a particular naming convention:
panel-name underscore family-code dash individual-codewhere
Since sample names become part of the file names, no spaces or punctuation other than underscore, dash, and dot are allowed.
1 2 3 4 5 6 7 8 9 10 11 12 A p13_CN-2 p14_CN-2 p15_CN-2 p16_CN-2 p17_CN-2 p18_CN-2 p19_CN-2 p13_CN-3 p13_CN-31 p13_CN-33 p13_CN-41 p13_CN-42 B p13_CN-51 p14_CN-51 p15_CN-51 p16_CN-51 p17_CN-51 p18_CN-51 p19_CN-51 p14_CN-3 p14_CN-31 p14_CN-33 p14_CN-41 p14_CN-42 C p13_CN-55 p14_CN-55 p15_CN-55 p16_CN-55 p17_CN-55 p18_CN-55 p19_CN-55 p15_CN-3 p15_CN-31 p15_CN-33 p15_CN-41 p15_CN-42 D p13_CN-512 p14_CN-512 p15_CN-512 p16_CN-512 p17_CN-512 p18_CN-512 p19_CN-512 p16_CN-3 p16_CN-31 p16_CN-33 p16_CN-41 p16_CN-42 E p13_CN-513 p14_CN-513 p15_CN-513 p16_CN-513 p17_CN-513 p18_CN-513 p19_CN-513 p17_CN-3 p17_CN-31 p17_CN-33 p17_CN-41 p17_CN-42 F p13_CN-552 p14_CN-552 p15_CN-552 p16_CN-552 p17_CN-552 p18_CN-552 p19_CN-552 p18_CN-3 p18_CN-31 p18_CN-33 p18_CN-41 p18_CN-42 G p13_CN-330 p14_CN-330 p15_CN-330 p16_CN-330 p17_CN-330 p18_CN-330 p19_CN-330 p19_CN-3 p19_CN-31 p19_CN-33 p19_CN-41 p19_CN-42 H p13_CN-332 p14_CN-332 p15_CN-332 p16_CN-332 p17_CN-332 p18_CN-332 p19_CN-332 p13_CN-5 p14_CN-5 p15_CN-5 p16_CN-5 p17_CN-5
Try it yourself: