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