Add support for tracking the multiplex index sequence.
[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": "11045",
888         "model": "samples.library",
889         "fields": {
890             "ten_nM_dilution": false,
891             "gel_cut_size": 225,
892             "library_name": "Simple Indexed Test",
893             "creation_date": "2009-08-26",
894             "cell_line": null,
895             "library_species": 9,
896             "library_type": 5,
897             "multiplex_id": "1",
898             "made_by": "Lorian",
899             "affiliations": [
900                 2
901             ],
902             "replicate": 2,
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   {"pk": 1179,
917    "model": "experiments.lane",
918    "fields": {
919        "comment": "",
920        "library": "12044",
921        "cluster_estimate": 196000,
922        "flowcell": 151,
923        "lane_number": 3,
924        "pM": "7"
925        }
926    },
927   {"pk": 1279,
928    "model": "experiments.lane",
929    "fields": {
930        "comment": "",
931        "library": "11045",
932        "cluster_estimate": 196000,
933        "flowcell": 151,
934        "lane_number": 3,
935        "pM": "7"
936        }
937    },
938     {
939         "pk": "11044",
940         "model": "samples.library",
941         "fields": {
942             "ten_nM_dilution": false,
943             "gel_cut_size": 225,
944             "library_name": "p300 60h C2 FA KF 12/22/8 a",
945             "creation_date": "2009-08-26",
946             "cell_line": null,
947             "library_species": 9,
948             "library_type": 1,
949             "made_by": "Lorian",
950             "affiliations": [
951                 3
952             ],
953             "replicate": 1,
954             "condition": null,
955             "hidden": false,
956             "stopping_point": "2A",
957             "tags": [],
958             "made_for": "",
959             "amplified_from_sample": 11043,
960             "notes": "8/21/2009 11:57:54\tColor: Orange.",
961             "undiluted_concentration": "22.4",
962             "successful_pM": null,
963             "experiment_type": 2,
964             "antibody": null
965         }
966     },
967   {"pk": 1180, "model": "experiments.lane",
968    "fields": {
969        "comment": "",
970        "library": "11047",
971        "cluster_estimate": 200000,
972        "flowcell": 151,
973        "lane_number": 4,
974        "pM": "7"
975        }
976    },
977     {
978         "pk": "11047",
979         "model": "samples.library",
980         "fields": {
981             "ten_nM_dilution": false,
982             "gel_cut_size": 250,
983             "library_name": "FLDN1 7/8/9 anti-TriMeH3K27 chip B6 a",
984             "creation_date": "2009-08-26",
985             "cell_line": null,
986             "library_species": 9,
987             "library_type": 1,
988             "made_by": "Lorian",
989             "affiliations": [
990                 4
991             ],
992             "replicate": 1,
993             "condition": null,
994             "hidden": false,
995             "stopping_point": "2A",
996             "tags": [],
997             "made_for": "",
998             "amplified_from_sample": 11046,
999             "notes": "8/21/2009 11:57:54\tColor: Green",
1000             "undiluted_concentration": "24.9",
1001             "successful_pM": null,
1002             "experiment_type": 2,
1003             "antibody": null
1004         }
1005     },
1006   {"pk": 1181, "model": "experiments.lane",
1007    "fields": {
1008        "comment": "",
1009        "library": "11055",
1010        "cluster_estimate": 104000,
1011        "flowcell": 151,
1012        "lane_number": 5,
1013        "pM": "7"
1014        }
1015    },
1016     {
1017         "pk": "11055",
1018         "model": "samples.library",
1019         "fields": {
1020             "ten_nM_dilution": false,
1021             "gel_cut_size": 225,
1022             "library_name": "HNDHT 4H8 hnd-1 strain HT115 fed 4H8 2% fix plate a",
1023             "creation_date": "2009-08-31",
1024             "cell_line": null,
1025             "library_species": 3,
1026             "library_type": 1,
1027             "made_by": "Lorian",
1028             "affiliations": [
1029                 5
1030             ],
1031             "replicate": 1,
1032             "condition": null,
1033             "hidden": false,
1034             "stopping_point": "1Aa",
1035             "tags": [],
1036             "made_for": "",
1037             "amplified_from_sample": 11052,
1038             "notes": "8/26/2009 14:46:56\tColor: White.",
1039             "undiluted_concentration": "2.17",
1040             "successful_pM": null,
1041             "experiment_type": 2,
1042             "antibody": null
1043         }
1044     },
1045   {"pk": 1182, "model": "experiments.lane",
1046    "fields": {
1047        "comment": "",
1048        "library": "11067",
1049        "cluster_estimate": 168000,
1050        "flowcell": 151,
1051        "lane_number": 6,
1052        "pM": "7"
1053        }
1054    },
1055     {
1056         "pk": "11067",
1057         "model": "samples.library",
1058         "fields": {
1059             "ten_nM_dilution": false,
1060             "gel_cut_size": 325,
1061             "library_name": "Paired End SP-BAC Barcoding test 250-300 bp",
1062             "creation_date": "2009-09-03",
1063             "cell_line": 1,
1064             "library_species": 10,
1065             "library_type": 2,
1066             "made_by": "Igor",
1067             "affiliations": [
1068                 1
1069             ],
1070             "replicate": 1,
1071             "condition": 1,
1072             "hidden": false,
1073             "stopping_point": "Done",
1074             "tags": [],
1075             "made_for": "Andy Cameron",
1076             "amplified_from_sample": null,
1077             "notes": "12 SP BACs",
1078             "undiluted_concentration": "1.45",
1079             "successful_pM": null,
1080             "experiment_type": 8,
1081             "antibody": null
1082         }
1083     },
1084   {"pk": 1183, "model": "experiments.lane",
1085    "fields": {
1086        "comment": "",
1087        "library": "11069",
1088        "cluster_estimate": 184000,
1089        "flowcell": 151,
1090        "lane_number": 7,
1091        "pM": "7"
1092        }
1093    },
1094     {
1095         "pk": "11069",
1096         "model": "samples.library",
1097         "fields": {
1098             "ten_nM_dilution": false,
1099             "gel_cut_size": 300,
1100             "library_name": "Paired End AG-3d-1 AG domain of floral meristem day 3, rep 1",
1101             "creation_date": "2009-09-02",
1102             "cell_line": null,
1103             "library_species": 6,
1104             "library_type": 2,
1105             "made_by": "Yuling Jiao",
1106             "affiliations": [
1107                 2
1108             ],
1109             "replicate": 1,
1110             "condition": null,
1111             "hidden": false,
1112             "stopping_point": "Done",
1113             "tags": [],
1114             "made_for": "",
1115             "amplified_from_sample": null,
1116             "notes": "nanodrop: Xng/ul.",
1117             "undiluted_concentration": "18.3",
1118             "successful_pM": null,
1119             "experiment_type": 4,
1120             "antibody": null
1121         }
1122     },
1123   {"pk": 1184, "model": "experiments.lane",
1124    "fields": {
1125        "comment": "",
1126        "library": "11070",
1127        "cluster_estimate": 182000,
1128        "flowcell": 151,
1129        "lane_number": 8,
1130        "pM": "7"
1131        }
1132    },
1133     {
1134         "pk": "11070",
1135         "model": "samples.library",
1136         "fields": {
1137             "ten_nM_dilution": false,
1138             "gel_cut_size": 300,
1139             "library_name": "Paired End AG-5d-1 AG domain of floral meristem day 5, rep 1",
1140             "creation_date": "2009-09-02",
1141             "cell_line": null,
1142             "library_species": 6,
1143             "library_type": 2,
1144             "made_by": "Yuling Jiao",
1145             "affiliations": [
1146                 3
1147             ],
1148             "replicate": 1,
1149             "condition": null,
1150             "hidden": false,
1151             "stopping_point": "Done",
1152             "tags": [],
1153             "made_for": "",
1154             "amplified_from_sample": null,
1155             "notes": "nanodrop: 40ng/ul\r\nCalibrated qbit with standards.\r\nMeasured 2ul library with qbit using HS kit.\r\n",
1156             "undiluted_concentration": "20.3",
1157             "successful_pM": null,
1158             "experiment_type": 4,
1159             "antibody": null
1160         }
1161      },
1162  {"pk": 200, "model": "experiments.flowcell",
1163   "fields": {
1164       "paired_end": true,
1165       "run_date": "2007-09-27 22:12:13",
1166       "read_length": 36,
1167       "notes": "",
1168       "advanced_run": false,
1169       "control_lane": 2,
1170       "cluster_station": 3,
1171       "sequencer": 2,
1172       "flowcell_id": "30012AAXX (failed)"
1173       }
1174   },
1175   {"pk": 201, "model": "experiments.lane",
1176    "fields": {
1177        "comment": "",
1178        "library": "11070",
1179        "cluster_estimate": 182000,
1180        "flowcell": 200,
1181        "lane_number": 8,
1182        "pM": "7"
1183        }
1184    }
1185 ]