Turn the library_id back into the primary key for samples_library (SCHEMA CHANGE!)
[htsworkflow.git] / htsworkflow / frontend / experiments / fixtures / test_flowcells.json
1 [
2     {"pk": 1, "model": "samples.affiliation",
3      "fields": {
4          "users": [],
5          "contact": "group 1",
6          "name": "affiliation 1",
7          "email": "pk1@example.com"
8          }
9      },
10     {"pk": 2, "model": "samples.affiliation",
11      "fields": {
12          "users": [],
13          "contact": "group 2",
14          "name": "affiliation 2",
15          "email": "pk2@example.com"
16          }
17      },
18     {"pk": 3, "model": "samples.affiliation",
19      "fields": {
20          "users": [],
21          "contact": "group 3",
22          "name": "affiliation 3",
23          "email": "pk3@example.com"
24          }
25      },
26     {"pk": 4, "model": "samples.affiliation",
27      "fields": {
28          "users": [],
29          "contact": "group 4",
30          "name": "affiliation 4",
31          "email": "pk1@example.com"
32          }
33      },
34     {"pk": 5, "model": "samples.affiliation",
35      "fields": {
36          "users": [],
37          "contact": "group 5",
38          "name": "affiliation 5",
39          "email": "pk5@example.com"
40          }
41      },
42     {"pk": 5, "model": "auth.user", 
43    "fields": {
44        "username": "test",
45        "first_name": "",
46        "last_name": "",
47        "is_active": true,
48        "is_superuser": false,
49        "is_staff": false,
50        "last_login": "2009-01-01 00:00:01",
51        "groups": [],
52        "user_permissions": [],
53        "password": "sha1$foo$5e4eefec1144a04becfb7da79244f07c487fc345",
54        "email": "",
55        "date_joined": "2009-01-01 00:01:01"
56        }
57    },
58   {"pk": 6, "model": "auth.user", 
59    "fields": {
60        "username": "admintest",
61        "first_name": "",
62        "last_name": "",
63        "is_active": true,
64        "is_superuser": false,
65        "is_staff": true,
66        "last_login": "2009-01-01 00:00:01",
67        "groups": [],
68        "user_permissions": [],
69        "password": "sha1$foo$5e4eefec1144a04becfb7da79244f07c487fc345",
70        "email": "",
71        "date_joined": "2009-01-01 00:01:01"
72        }
73    },
74   {"pk": 7, "model": "auth.user", 
75    "fields": {
76        "username": "supertest",
77        "first_name": "",
78        "last_name": "",
79        "is_active": true,
80        "is_superuser": true,
81        "is_staff": true,
82        "last_login": "2009-01-01 00:00:01",
83        "groups": [],
84        "user_permissions": [],
85        "password": "sha1$foo$5e4eefec1144a04becfb7da79244f07c487fc345",
86        "email": "",
87        "date_joined": "2009-01-01 00:01:01"
88        }
89    },
90  {"pk": 1, "model": "experiments.clusterstation", "fields": {"name": "old"}}, 
91  {"pk": 2, "model": "experiments.clusterstation", "fields": {"name": "loaner"}}, 
92  {"pk": 3, "model": "experiments.clusterstation", "fields": {"name": "new"}}, 
93  {"pk": 1, "model": "experiments.sequencer", "fields": {"name": "Rotifer (HWI-EAS229)"}}, 
94  {"pk": 2, "model": "experiments.sequencer", "fields": {"name": "Tardigrade"}}, 
95  {"pk": 3, "model": "experiments.sequencer", "fields": {"name": "Sequenced somewhere else."}}, 
96  {"pk": 153, "model": "experiments.flowcell", 
97   "fields": {
98       "paired_end": true, 
99       "run_date": "2009-09-11 22:12:13", 
100       "read_length": 75, 
101       "notes": "",
102       "advanced_run": false,
103       "control_lane": 2,
104       "cluster_station": 3,
105       "sequencer": 2,
106       "flowcell_id": "303TUAAXX"
107       }
108   }, 
109   {"pk": 1193, "model": "experiments.lane",
110    "fields": {
111        "comment": "No change in cluster numbers, despite slight increase in pM",
112        "library": "10981",
113        "cluster_estimate": 129000,
114        "flowcell": 153,
115        "lane_number": 1,
116        "pM": "8"
117        }
118    }, 
119   {"pk": "10981", "model": "samples.library", 
120         "fields": {
121             "ten_nM_dilution": false, 
122             "avg_lib_size": 400, 
123             "library_name": "Paired End Multiplexed Sp-BAC", 
124             "creation_date": "2009-07-21", 
125             "cell_line": 1, 
126             "library_species": 10, 
127             "library_type": null, 
128             "made_by": "Igor", 
129             "affiliations": [
130                 1,2
131             ], 
132             "replicate": 1, 
133             "condition": 1, 
134             "hidden": false, 
135             "stopping_point": "Done", 
136             "tags": [], 
137             "made_for": "Andy Cameron", 
138             "amplified_from_sample": null, 
139             "notes": "Combined 10957-10968", 
140             "undiluted_concentration": "5.1", 
141             "successful_pM": null, 
142             "experiment_type": 10, 
143             "antibody": null
144         }
145     }, 
146   {"pk": 1194, "model": "experiments.lane",
147    "fields": {
148        "comment": "",
149        "library": "11016",
150        "cluster_estimate": 152000,
151        "flowcell": 153,
152        "lane_number": 2,
153        "pM": "7"
154        }
155    }, 
156     {
157         "pk": "11016", 
158         "model": "samples.library", 
159         "fields": {
160             "ten_nM_dilution": false, 
161             "avg_lib_size": 325, 
162             "library_name": "Paired End Pfl #3 MP 7/24/9 a", 
163             "creation_date": "2009-08-06", 
164             "cell_line": 1, 
165             "library_species": 2, 
166             "library_type": 2, 
167             "made_by": "Lorian", 
168             "affiliations": [
169                 2
170             ], 
171             "replicate": 1, 
172             "condition": 1, 
173             "hidden": false, 
174             "stopping_point": "1Aa", 
175             "tags": [], 
176             "made_for": "", 
177             "amplified_from_sample": 11006, 
178             "notes": "7/31/2009 16:08:22\tColor: Blue", 
179             "undiluted_concentration": "35.5", 
180             "successful_pM": null, 
181             "experiment_type": 8, 
182             "antibody": null
183         }
184     }, 
185   {"pk": 1195, "model": "experiments.lane",
186    "fields": {
187        "comment": "",
188        "library": "SL039",
189        "cluster_estimate": 162000,
190        "flowcell": 153,
191        "lane_number": 3,
192        "pM": "7"
193        }
194    },  
195     {
196         "pk": "SL039", 
197         "model": "samples.library", 
198         "fields": {
199             "ten_nM_dilution": false, 
200             "avg_lib_size": 300, 
201             "library_name": "Paired ends 99 GM12892", 
202             "creation_date": "2009-08-25", 
203             "cell_line": 1, 
204             "library_species": 8, 
205             "library_type": 2, 
206             "made_by": "Brian Williams", 
207             "affiliations": [
208                 3,4
209             ], 
210             "replicate": 1, 
211             "condition": 1, 
212             "hidden": false, 
213             "stopping_point": "1Aa", 
214             "tags": [], 
215             "made_for": "Brian Williams", 
216             "amplified_from_sample": null, 
217             "notes": "fragment size = 300 bp, Amicon filtered\r\nnanodrop: 56.3", 
218             "undiluted_concentration": "28.7", 
219             "successful_pM": null, 
220             "experiment_type": 4, 
221             "antibody": null
222         }
223     }, 
224   {"pk": 1196, "model": "experiments.lane",
225    "fields": {
226        "comment": "This lane's library had the second lowest concentration of all the libraries built at the same time (2.05ng/ul)",
227        "library": "11060",
228        "cluster_estimate": 24000,
229        "flowcell": 153,
230        "lane_number": 4,
231        "pM": "7"
232        }
233    }, 
234     {
235         "pk": "11060", 
236         "model": "samples.library", 
237         "fields": {
238             "ten_nM_dilution": false, 
239             "avg_lib_size": 300, 
240             "library_name": "Paired ends 100 VC_CN_4_M_MBB1185_s1", 
241             "creation_date": "2009-09-01", 
242             "cell_line": 1, 
243             "library_species": 8, 
244             "library_type": 2, 
245             "made_by": "Brian Williams", 
246             "affiliations": [
247                 5
248             ], 
249             "replicate": 1, 
250             "condition": 1, 
251             "hidden": false, 
252             "stopping_point": "1Aa", 
253             "tags": [], 
254             "made_for": "Brian Williams", 
255             "amplified_from_sample": null, 
256             "notes": "300 bp gel fragment, Amicon filtered\r\nnanodrop: 24.2", 
257             "undiluted_concentration": "2.05", 
258             "successful_pM": null, 
259             "experiment_type": 4, 
260             "antibody": null
261         }
262     }, 
263   {"pk": 1197, "model": "experiments.lane",
264    "fields": {
265        "comment": "",
266        "library": "11061",
267        "cluster_estimate": 140000,
268        "flowcell": 153,
269        "lane_number": 5,
270        "pM": "7"
271        }
272    }, 
273     {
274         "pk": "11061", 
275         "model": "samples.library", 
276         "fields": {
277             "ten_nM_dilution": false, 
278             "avg_lib_size": 300, 
279             "library_name": "Paired ends 101 VC_CN_4_M_MBB1185_s2", 
280             "creation_date": "2009-09-01", 
281             "cell_line": 1, 
282             "library_species": 8, 
283             "library_type": 2, 
284             "made_by": "Brian Williams", 
285             "affiliations": [
286                 2,4
287             ], 
288             "replicate": 1, 
289             "condition": 1, 
290             "hidden": false, 
291             "stopping_point": "1Aa", 
292             "tags": [], 
293             "made_for": "Brian Williams", 
294             "amplified_from_sample": null, 
295             "notes": "300 bp gel fragment, Amicon filtered\r\nnanodrop: 33.1", 
296             "undiluted_concentration": "12.9", 
297             "successful_pM": null, 
298             "experiment_type": 4, 
299             "antibody": null
300         }
301     }, 
302   {"pk": 1198, "model": "experiments.lane",
303    "fields": {
304        "comment": "This lane's library had the lowest concentration of all the libraries built at the same time (1.2ng/ul)",
305        "library": "11062",
306        "cluster_estimate": 2000,
307        "flowcell": 153,
308        "lane_number": 6,
309        "pM": "7"
310        }
311    }, 
312     {
313         "pk": "11062", 
314         "model": "samples.library", 
315         "fields": {
316             "ten_nM_dilution": false, 
317             "avg_lib_size": 300, 
318             "library_name": "Paired ends 102 VC_AU_8_M_MBB4721_s1", 
319             "creation_date": "2009-09-01", 
320             "cell_line": 1, 
321             "library_species": 8, 
322             "library_type": 2, 
323             "made_by": "Brian Williams", 
324             "affiliations": [
325                 4,5
326             ], 
327             "replicate": 1, 
328             "condition": 1, 
329             "hidden": false, 
330             "stopping_point": "1Aa", 
331             "tags": [], 
332             "made_for": "Brian Williams", 
333             "amplified_from_sample": null, 
334             "notes": "300 bp gel fragment, Amicon filtered\r\nnanodrop: 13.9", 
335             "undiluted_concentration": "1.2", 
336             "successful_pM": null, 
337             "experiment_type": 4, 
338             "antibody": null
339         }
340     }, 
341   {"pk": 1199, "model": "experiments.lane",
342    "fields": {
343        "comment": "",
344        "library": "11063",
345        "cluster_estimate": 120000,
346        "flowcell": 153,
347        "lane_number": 7,
348        "pM": "7"
349        }
350    }, 
351     {
352         "pk": "11063", 
353         "model": "samples.library", 
354         "fields": {
355             "ten_nM_dilution": false, 
356             "avg_lib_size": 300, 
357             "library_name": "Paired ends 103 VC_AU_8_M_MBB4721_s2", 
358             "creation_date": "2009-09-01", 
359             "cell_line": 1, 
360             "library_species": 8, 
361             "library_type": 2, 
362             "made_by": "Brian Williams", 
363             "affiliations": [
364                 1,3
365             ], 
366             "replicate": 1, 
367             "condition": 1, 
368             "hidden": false, 
369             "stopping_point": "1Aa", 
370             "tags": [], 
371             "made_for": "Brian Williams", 
372             "amplified_from_sample": null, 
373             "notes": "300 bp gel fragment, Amicon filtered\r\nnanodrop: 46.9", 
374             "undiluted_concentration": "24.5", 
375             "successful_pM": null, 
376             "experiment_type": 4, 
377             "antibody": null
378         }
379     }, 
380   {"pk": 1200, "model": "experiments.lane",
381    "fields": {
382        "comment": "This lane's library had the third lowest concentration of all the libraries built at the same time (5.21ng/ul), but gave perfectly normal cluster numbers",
383        "library": "11064",
384        "cluster_estimate": 157000,
385        "flowcell": 153,
386        "lane_number": 8,
387        "pM": "7"
388        }
389    },
390     {
391         "pk": "11064", 
392         "model": "samples.library", 
393         "fields": {
394             "ten_nM_dilution": false, 
395             "avg_lib_size": 300, 
396             "library_name": "Paired ends 104 VC_CN_7_M_MBB4898_s1", 
397             "creation_date": "2009-09-01", 
398             "cell_line": 1, 
399             "library_species": 8, 
400             "library_type": 2, 
401             "made_by": "Brian Williams", 
402             "affiliations": [
403                 3,5
404             ], 
405             "replicate": 1, 
406             "condition": 1, 
407             "hidden": false, 
408             "stopping_point": "1Aa", 
409             "tags": [], 
410             "made_for": "Brian Williams", 
411             "amplified_from_sample": null, 
412             "notes": "300 bp gel fragment, Amicon filtered\r\nnanodrop: 20.4", 
413             "undiluted_concentration": "5.21", 
414             "successful_pM": null, 
415             "experiment_type": 4, 
416             "antibody": null
417         }
418     },
419    {"pk": 152, "model": "experiments.flowcell", 
420    "fields": {
421        "paired_end": false,
422        "run_date": "2009-09-10 18:30:15",
423        "read_length": 38,
424        "notes": "328461 4897273 RGT-0248815\r\n328479 4897265 RGT-0249274\r\n330421 4822845 SR-0005496",
425        "advanced_run": false,
426        "control_lane": 4,
427        "cluster_station": 3,
428        "sequencer": 1,
429        "flowcell_id": "42JTNAAXX"
430        }
431    }, 
432   {"pk": 1185, "model": "experiments.lane",
433    "fields": {
434        "comment": "",
435        "library": "11035",
436        "cluster_estimate": 174000,
437        "flowcell": 152,
438        "lane_number": 1,
439        "pM": "7"
440        }
441    },
442     {
443         "pk": "11035", 
444         "model": "samples.library", 
445         "fields": {
446             "ten_nM_dilution": false, 
447             "avg_lib_size": 300, 
448             "library_name": "Paired ends 95 Gilberto_d3_control_LTA", 
449             "creation_date": "2009-08-25", 
450             "cell_line": 1, 
451             "library_species": 9, 
452             "library_type": 2, 
453             "made_by": "Brian Williams", 
454             "affiliations": [
455                 3
456             ], 
457             "replicate": 1, 
458             "condition": 1, 
459             "hidden": false, 
460             "stopping_point": "1Aa", 
461             "tags": [], 
462             "made_for": "Brian Williams", 
463             "amplified_from_sample": null, 
464             "notes": "fragment size = 300 bp, Amicon filtered\r\nnanodrop: 67.1", 
465             "undiluted_concentration": "28.5", 
466             "successful_pM": null, 
467             "experiment_type": 4, 
468             "antibody": null
469         }
470     }, 
471   {"pk": 1186, "model": "experiments.lane",
472    "fields": {
473        "comment": "",
474        "library": "11037",
475        "cluster_estimate": 173000,
476        "flowcell": 152,
477        "lane_number": 2,
478        "pM": "7"
479        }
480    },
481     {
482         "pk": "11037", 
483         "model": "samples.library", 
484         "fields": {
485             "ten_nM_dilution": false, 
486             "avg_lib_size": 300, 
487             "library_name": "Paired ends 97 Kuntz_PDHT", 
488             "creation_date": "2009-08-25", 
489             "cell_line": 1, 
490             "library_species": 3, 
491             "library_type": 2, 
492             "made_by": "Brian Williams", 
493             "affiliations": [
494                 4
495             ], 
496             "replicate": 1, 
497             "condition": 1, 
498             "hidden": false, 
499             "stopping_point": "1Aa", 
500             "tags": [], 
501             "made_for": "Brian Williams", 
502             "amplified_from_sample": null, 
503             "notes": "fragment size = 300 bp, Amicon filtered\r\nnanodrop: 52.7", 
504             "undiluted_concentration": "25.5", 
505             "successful_pM": null, 
506             "experiment_type": 4, 
507             "antibody": null
508         }
509     }, 
510   {"pk": 1187, "model": "experiments.lane",
511    "fields": {
512        "comment": "",
513        "library": "11045",
514        "cluster_estimate": 198000,
515        "flowcell": 152,
516        "lane_number": 3,
517        "pM": "7"
518        }
519    },
520     {
521         "pk": "11045", 
522         "model": "samples.library", 
523         "fields": {
524             "ten_nM_dilution": false, 
525             "avg_lib_size": 250, 
526             "library_name": "FLDN1 8/3/9 anti-AcH3 chip B6 a", 
527             "creation_date": "2009-08-26", 
528             "cell_line": null, 
529             "library_species": 9, 
530             "library_type": 1, 
531             "made_by": "Lorian", 
532             "affiliations": [
533                 5
534             ], 
535             "replicate": 1, 
536             "condition": null, 
537             "hidden": false, 
538             "stopping_point": "2A", 
539             "tags": [], 
540             "made_for": "", 
541             "amplified_from_sample": 11044, 
542             "notes": "8/21/2009 11:57:54\tColor: Yellow", 
543             "undiluted_concentration": "20.5", 
544             "successful_pM": null, 
545             "experiment_type": 2, 
546             "antibody": null
547         }
548     }, 
549   {"pk": 1188, "model": "experiments.lane",
550    "fields": {
551        "comment": "",
552        "library": "11046",
553        "cluster_estimate": 212000,
554        "flowcell": 152,
555        "lane_number": 4,
556        "pM": "7"}
557    },
558     {
559         "pk": "11046", 
560         "model": "samples.library", 
561         "fields": {
562             "ten_nM_dilution": false, 
563             "avg_lib_size": 250, 
564             "library_name": "FLDN1 7/8/9 anti-DiMeH3K4 chip B6 a", 
565             "creation_date": "2009-08-26", 
566             "cell_line": null, 
567             "library_species": 9, 
568             "library_type": 1, 
569             "made_by": "Lorian", 
570             "affiliations": [
571                 6
572             ], 
573             "replicate": 1, 
574             "condition": null, 
575             "hidden": false, 
576             "stopping_point": "2A", 
577             "tags": [], 
578             "made_for": "", 
579             "amplified_from_sample": 11045, 
580             "notes": "8/21/2009 11:57:54\tColor: Blue", 
581             "undiluted_concentration": "23.9", 
582             "successful_pM": null, 
583             "experiment_type": 2, 
584             "antibody": null
585         }
586     },   
587   {"pk": 1189, "model": "experiments.lane",
588    "fields": {
589        "comment": "",
590        "library": "11054",
591        "cluster_estimate": 49000,
592        "flowcell": 152,
593        "lane_number": 5,
594        "pM": "7"
595        }
596    }, 
597     {
598         "pk": "11054", 
599         "model": "samples.library", 
600         "fields": {
601             "ten_nM_dilution": false, 
602             "avg_lib_size": 225, 
603             "library_name": "HNDHT HLH hnd-1 strain HT115 fed anti-hlh-1 2% fix plate a", 
604             "creation_date": "2009-08-31", 
605             "cell_line": null, 
606             "library_species": 3, 
607             "library_type": 1, 
608             "made_by": "Lorian", 
609             "affiliations": [
610                 1
611             ], 
612             "replicate": 1, 
613             "condition": null, 
614             "hidden": false, 
615             "stopping_point": "1Aa", 
616             "tags": [], 
617             "made_for": "", 
618             "amplified_from_sample": 11051, 
619             "notes": "8/26/2009 14:46:56\tColor: Purple", 
620             "undiluted_concentration": "1.47", 
621             "successful_pM": null, 
622             "experiment_type": 2, 
623             "antibody": null
624         }
625     }, 
626   {"pk": 1190, "model": "experiments.lane",
627    "fields": {
628        "comment": "",
629        "library": "11056",
630        "cluster_estimate": 48000,
631        "flowcell": 152,
632        "lane_number": 6,
633        "pM": "7"
634        }
635    },
636     {
637         "pk": "11056", 
638         "model": "samples.library", 
639         "fields": {
640             "ten_nM_dilution": false, 
641             "avg_lib_size": 225, 
642             "library_name": "HNDM3 HLH hnd-1 strain mex-3 fed anti-hlh-1 2% fix plate a", 
643             "creation_date": "2009-08-31", 
644             "cell_line": null, 
645             "library_species": 3, 
646             "library_type": 1, 
647             "made_by": "Lorian", 
648             "affiliations": [
649                 2
650             ], 
651             "replicate": 1, 
652             "condition": null, 
653             "hidden": false, 
654             "stopping_point": "1Aa", 
655             "tags": [], 
656             "made_for": "", 
657             "amplified_from_sample": 11053, 
658             "notes": "8/26/2009 14:46:56\tColor: Black", 
659             "undiluted_concentration": "1.42", 
660             "successful_pM": null, 
661             "experiment_type": 2, 
662             "antibody": null
663         }
664     },     
665   {"pk": 1191, "model": "experiments.lane",
666    "fields": {
667        "comment": "",
668        "library": "11057",
669        "cluster_estimate": 4000,
670        "flowcell": 152,
671        "lane_number": 7,
672        "pM": "7"
673        }
674    }, 
675     {
676         "pk": "11057", 
677         "model": "samples.library", 
678         "fields": {
679             "ten_nM_dilution": false, 
680             "avg_lib_size": 225, 
681             "library_name": "HNDM3 4H8 hnd-1 strain mex-3 fed 4H8 2% fix plate a", 
682             "creation_date": "2009-08-31", 
683             "cell_line": null, 
684             "library_species": 3, 
685             "library_type": 1, 
686             "made_by": "Lorian", 
687             "affiliations": [
688                 3
689             ], 
690             "replicate": 1, 
691             "condition": null, 
692             "hidden": false, 
693             "stopping_point": "1Aa", 
694             "tags": [], 
695             "made_for": "", 
696             "amplified_from_sample": 11054, 
697             "notes": "8/26/2009 14:46:56\tColor: Orange.", 
698             "undiluted_concentration": "1.3", 
699             "successful_pM": null, 
700             "experiment_type": 2, 
701             "antibody": null
702         }
703     }, 
704   {"pk": 1192, "model": "experiments.lane",
705    "fields": {
706        "comment": "",
707        "library": "11065",
708        "cluster_estimate": 5000,
709        "flowcell": 152,
710        "lane_number": 8,
711        "pM": "7"
712        }
713    }, 
714     {
715         "pk": "11065", 
716         "model": "samples.library", 
717         "fields": {
718             "ten_nM_dilution": false, 
719             "avg_lib_size": 300, 
720             "library_name": "Paired ends 105 Kuntz PDM3", 
721             "creation_date": "2009-09-01", 
722             "cell_line": 1, 
723             "library_species": 3, 
724             "library_type": 2, 
725             "made_by": "Brian Williams", 
726             "affiliations": [
727                 4
728             ], 
729             "replicate": 1, 
730             "condition": 1, 
731             "hidden": false, 
732             "stopping_point": "1Aa", 
733             "tags": [], 
734             "made_for": "Brian Williams", 
735             "amplified_from_sample": null, 
736             "notes": "300 bp gel fragment, Amicon filtered\r\nnanodrop: 30.5", 
737             "undiluted_concentration": "2.47", 
738             "successful_pM": null, 
739             "experiment_type": 4, 
740             "antibody": null
741         }
742     }, 
743   {"pk": 151, "model": "experiments.flowcell",
744    "fields": {
745        "paired_end": false,
746        "run_date": "2009-09-08 15:39:28",
747        "read_length": 38,
748        "notes": "Rebuild of broken flowcell\r\n\r\n328461 4820241 RGT-0215719\r\n328479 4897265 RGT-0249510\r\n330421 4822845 SR-0005402\r\n",
749        "advanced_run": false,
750        "control_lane": 5,
751        "cluster_station": 3,
752        "sequencer": 2,
753        "flowcell_id": "42JU1AAXX"
754        }
755    },
756   {"pk": 1177, "model": "experiments.lane",
757    "fields": {
758        "comment": "",
759        "library": "11034",
760        "cluster_estimate": 177000,
761        "flowcell": 151,
762        "lane_number": 1,
763        "pM": "7"
764        }
765    }, 
766   {"pk": 1178, "model": "experiments.lane",
767    "fields": {
768        "comment": "",
769        "library": "11036",
770        "cluster_estimate": 169000,
771        "flowcell": 151,
772        "lane_number": 2,
773        "pM": "7"
774        }
775    }, 
776     {
777         "pk": "11036", 
778         "model": "samples.library", 
779         "fields": {
780             "ten_nM_dilution": false, 
781             "avg_lib_size": 300, 
782             "library_name": "Paired ends 96 Kuntz_PDE1", 
783             "creation_date": "2009-08-25", 
784             "cell_line": 1, 
785             "library_species": 3, 
786             "library_type": 2, 
787             "made_by": "Brian Williams", 
788             "affiliations": [
789                 5
790             ], 
791             "replicate": 1, 
792             "condition": 1, 
793             "hidden": false, 
794             "stopping_point": "1Aa", 
795             "tags": [], 
796             "made_for": "Brian Williams", 
797             "amplified_from_sample": null, 
798             "notes": "fragment size = 300 bp", 
799             "undiluted_concentration": "30.6", 
800             "successful_pM": null, 
801             "experiment_type": 4, 
802             "antibody": null
803         }
804     }, 
805     {
806         "pk": "11034", 
807         "model": "samples.library", 
808         "fields": {
809             "ten_nM_dilution": false, 
810             "avg_lib_size": 300, 
811             "library_name": "Paired ends 94 Gilberto_d3_denerv_LTA", 
812             "creation_date": "2009-08-25", 
813             "cell_line": 1, 
814             "library_species": 9, 
815             "library_type": 2, 
816             "made_by": "Brian Williams", 
817             "affiliations": [
818                 1
819             ], 
820             "replicate": 1, 
821             "condition": 1, 
822             "hidden": false, 
823             "stopping_point": "1Aa", 
824             "tags": [], 
825             "made_for": "Brian Williams", 
826             "amplified_from_sample": null, 
827             "notes": "fragment size = 300 bp", 
828             "undiluted_concentration": "27", 
829             "successful_pM": null, 
830             "experiment_type": 4, 
831             "antibody": null
832         }
833     }, 
834     {
835         "pk": "11044", 
836         "model": "samples.library", 
837         "fields": {
838             "ten_nM_dilution": false, 
839             "avg_lib_size": 225, 
840             "library_name": "p300 60h C2 FA KF 12/22/8 a", 
841             "creation_date": "2009-08-26", 
842             "cell_line": null, 
843             "library_species": 9, 
844             "library_type": 1, 
845             "made_by": "Lorian", 
846             "affiliations": [
847                 2
848             ], 
849             "replicate": 1, 
850             "condition": null, 
851             "hidden": false, 
852             "stopping_point": "2A", 
853             "tags": [], 
854             "made_for": "", 
855             "amplified_from_sample": 11043, 
856             "notes": "8/21/2009 11:57:54\tColor: Orange", 
857             "undiluted_concentration": "22.4", 
858             "successful_pM": null, 
859             "experiment_type": 2, 
860             "antibody": null
861         }
862     }, 
863   {"pk": 1179,
864    "model": "experiments.lane",
865    "fields": {
866        "comment": "",
867        "library": "11044",
868        "cluster_estimate": 196000,
869        "flowcell": 151,
870        "lane_number": 3,
871        "pM": "7"
872        }
873    }, 
874     {
875         "pk": "11044", 
876         "model": "samples.library", 
877         "fields": {
878             "ten_nM_dilution": false, 
879             "avg_lib_size": 225, 
880             "library_name": "p300 60h C2 FA KF 12/22/8 a", 
881             "creation_date": "2009-08-26", 
882             "cell_line": null, 
883             "library_species": 9, 
884             "library_type": 1, 
885             "made_by": "Lorian", 
886             "affiliations": [
887                 3
888             ], 
889             "replicate": 1, 
890             "condition": null, 
891             "hidden": false, 
892             "stopping_point": "2A", 
893             "tags": [], 
894             "made_for": "", 
895             "amplified_from_sample": 11043, 
896             "notes": "8/21/2009 11:57:54\tColor: Orange.", 
897             "undiluted_concentration": "22.4", 
898             "successful_pM": null, 
899             "experiment_type": 2, 
900             "antibody": null
901         }
902     }, 
903   {"pk": 1180, "model": "experiments.lane",
904    "fields": {
905        "comment": "",
906        "library": "11047",
907        "cluster_estimate": 200000,
908        "flowcell": 151,
909        "lane_number": 4,
910        "pM": "7"
911        }
912    }, 
913     {
914         "pk": "11047", 
915         "model": "samples.library", 
916         "fields": {
917             "ten_nM_dilution": false, 
918             "avg_lib_size": 250, 
919             "library_name": "FLDN1 7/8/9 anti-TriMeH3K27 chip B6 a", 
920             "creation_date": "2009-08-26", 
921             "cell_line": null, 
922             "library_species": 9, 
923             "library_type": 1, 
924             "made_by": "Lorian", 
925             "affiliations": [
926                 4
927             ], 
928             "replicate": 1, 
929             "condition": null, 
930             "hidden": false, 
931             "stopping_point": "2A", 
932             "tags": [], 
933             "made_for": "", 
934             "amplified_from_sample": 11046, 
935             "notes": "8/21/2009 11:57:54\tColor: Green", 
936             "undiluted_concentration": "24.9", 
937             "successful_pM": null, 
938             "experiment_type": 2, 
939             "antibody": null
940         }
941     }, 
942   {"pk": 1181, "model": "experiments.lane",
943    "fields": {
944        "comment": "",
945        "library": "11055",
946        "cluster_estimate": 104000,
947        "flowcell": 151,
948        "lane_number": 5,
949        "pM": "7"
950        }
951    }, 
952     {
953         "pk": "11055", 
954         "model": "samples.library", 
955         "fields": {
956             "ten_nM_dilution": false, 
957             "avg_lib_size": 225, 
958             "library_name": "HNDHT 4H8 hnd-1 strain HT115 fed 4H8 2% fix plate a", 
959             "creation_date": "2009-08-31", 
960             "cell_line": null, 
961             "library_species": 3, 
962             "library_type": 1, 
963             "made_by": "Lorian", 
964             "affiliations": [
965                 5
966             ], 
967             "replicate": 1, 
968             "condition": null, 
969             "hidden": false, 
970             "stopping_point": "1Aa", 
971             "tags": [], 
972             "made_for": "", 
973             "amplified_from_sample": 11052, 
974             "notes": "8/26/2009 14:46:56\tColor: White.", 
975             "undiluted_concentration": "2.17", 
976             "successful_pM": null, 
977             "experiment_type": 2, 
978             "antibody": null
979         }
980     }, 
981   {"pk": 1182, "model": "experiments.lane",
982    "fields": {
983        "comment": "",
984        "library": "11067",
985        "cluster_estimate": 168000,
986        "flowcell": 151,
987        "lane_number": 6,
988        "pM": "7"
989        }
990    }, 
991     {
992         "pk": "11067", 
993         "model": "samples.library", 
994         "fields": {
995             "ten_nM_dilution": false, 
996             "avg_lib_size": 325, 
997             "library_name": "Paired End SP-BAC Barcoding test 250-300 bp", 
998             "creation_date": "2009-09-03", 
999             "cell_line": 1, 
1000             "library_species": 10, 
1001             "library_type": 2, 
1002             "made_by": "Igor", 
1003             "affiliations": [
1004                 1
1005             ], 
1006             "replicate": 1, 
1007             "condition": 1, 
1008             "hidden": false, 
1009             "stopping_point": "Done", 
1010             "tags": [], 
1011             "made_for": "Andy Cameron", 
1012             "amplified_from_sample": null, 
1013             "notes": "12 SP BACs", 
1014             "undiluted_concentration": "1.45", 
1015             "successful_pM": null, 
1016             "experiment_type": 8, 
1017             "antibody": null
1018         }
1019     }, 
1020   {"pk": 1183, "model": "experiments.lane",
1021    "fields": {
1022        "comment": "",
1023        "library": "11069",
1024        "cluster_estimate": 184000,
1025        "flowcell": 151,
1026        "lane_number": 7,
1027        "pM": "7"
1028        }
1029    }, 
1030     {
1031         "pk": "11069", 
1032         "model": "samples.library", 
1033         "fields": {
1034             "ten_nM_dilution": false, 
1035             "avg_lib_size": 300, 
1036             "library_name": "Paired End AG-3d-1 AG domain of floral meristem day 3, rep 1", 
1037             "creation_date": "2009-09-02", 
1038             "cell_line": null, 
1039             "library_species": 6, 
1040             "library_type": 2, 
1041             "made_by": "Yuling Jiao", 
1042             "affiliations": [
1043                 2
1044             ], 
1045             "replicate": 1, 
1046             "condition": null, 
1047             "hidden": false, 
1048             "stopping_point": "Done", 
1049             "tags": [], 
1050             "made_for": "", 
1051             "amplified_from_sample": null, 
1052             "notes": "nanodrop: Xng/ul.", 
1053             "undiluted_concentration": "18.3", 
1054             "successful_pM": null, 
1055             "experiment_type": 4, 
1056             "antibody": null
1057         }
1058     }, 
1059   {"pk": 1184, "model": "experiments.lane",
1060    "fields": {
1061        "comment": "",
1062        "library": "11070",
1063        "cluster_estimate": 182000,
1064        "flowcell": 151,
1065        "lane_number": 8,
1066        "pM": "7"
1067        }
1068    },
1069     {
1070         "pk": "11070", 
1071         "model": "samples.library", 
1072         "fields": {
1073             "ten_nM_dilution": false, 
1074             "avg_lib_size": 300, 
1075             "library_name": "Paired End AG-5d-1 AG domain of floral meristem day 5, rep 1", 
1076             "creation_date": "2009-09-02", 
1077             "cell_line": null, 
1078             "library_species": 6, 
1079             "library_type": 2, 
1080             "made_by": "Yuling Jiao", 
1081             "affiliations": [
1082                 3
1083             ], 
1084             "replicate": 1, 
1085             "condition": null, 
1086             "hidden": false, 
1087             "stopping_point": "Done", 
1088             "tags": [], 
1089             "made_for": "", 
1090             "amplified_from_sample": null, 
1091             "notes": "nanodrop: 40ng/ul\r\nCalibrated qbit with standards.\r\nMeasured 2ul library with qbit using HS kit.\r\n", 
1092             "undiluted_concentration": "20.3", 
1093             "successful_pM": null, 
1094             "experiment_type": 4, 
1095             "antibody": null
1096         }
1097      }
1098
1099 ]