Return species information as part of the flowcell json information.
[htsworkflow.git] / htsworkflow / frontend / samples / fixtures / test_samples.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": 10984, "model": "samples.library", 
19         "fields": {
20             "library_id": "10981", 
21             "ten_nM_dilution": false, 
22             "avg_lib_size": 400, 
23             "library_name": "Paired End Multiplexed Sp-BAC", 
24             "creation_date": "2009-07-21", 
25             "cell_line": 1, 
26             "library_species": 2, 
27             "library_type": null, 
28             "made_by": "Igor", 
29             "affiliations": [
30                 40
31             ], 
32             "replicate": 1, 
33             "condition": 1, 
34             "hidden": false, 
35             "stopping_point": "Done", 
36             "tags": [], 
37             "made_for": "Andy Cameron", 
38             "amplified_from_sample": null, 
39             "notes": "Combined 10957-10968", 
40             "undiluted_concentration": "5.1", 
41             "successful_pM": null, 
42             "experiment_type": 10, 
43             "antibody": null
44         }
45     }, 
46     {
47         "pk": 11019, 
48         "model": "samples.library", 
49         "fields": {
50             "library_id": "11016", 
51             "ten_nM_dilution": false, 
52             "avg_lib_size": 325, 
53             "library_name": "Paired End Pfl #3 MP 7/24/9 a", 
54             "creation_date": "2009-08-06", 
55             "cell_line": 1, 
56             "library_species": 9, 
57             "library_type": 2, 
58             "made_by": "Lorian", 
59             "affiliations": [
60                 41
61             ], 
62             "replicate": 1, 
63             "condition": 1, 
64             "hidden": false, 
65             "stopping_point": "1Aa", 
66             "tags": [], 
67             "made_for": "", 
68             "amplified_from_sample": 11006, 
69             "notes": "7/31/2009 16:08:22\tColor: Blue", 
70             "undiluted_concentration": "35.5", 
71             "successful_pM": null, 
72             "experiment_type": 8, 
73             "antibody": null
74         }
75     }, 
76     {
77         "pk": 11042, 
78         "model": "samples.library", 
79         "fields": {
80             "library_id": "11039", 
81             "ten_nM_dilution": false, 
82             "avg_lib_size": 300, 
83             "library_name": "Paired ends 99 GM12892", 
84             "creation_date": "2009-08-25", 
85             "cell_line": 1, 
86             "library_species": 8, 
87             "library_type": 2, 
88             "made_by": "Brian Williams", 
89             "affiliations": [
90                 4, 
91                 8, 
92                 12
93             ], 
94             "replicate": 1, 
95             "condition": 1, 
96             "hidden": false, 
97             "stopping_point": "1Aa", 
98             "tags": [], 
99             "made_for": "Brian Williams", 
100             "amplified_from_sample": null, 
101             "notes": "fragment size = 300 bp, Amicon filtered\r\nnanodrop: 56.3", 
102             "undiluted_concentration": "28.7", 
103             "successful_pM": null, 
104             "experiment_type": 4, 
105             "antibody": null
106         }
107     },
108     {
109         "pk": 11006, 
110         "model": "samples.library", 
111         "fields": {
112             "library_id": "11003", 
113             "ten_nM_dilution": false, 
114             "avg_lib_size": 325, 
115             "library_name": "Paired End Pfl #3 MP 7/24/9", 
116             "creation_date": "2009-08-05", 
117             "cell_line": 1, 
118             "library_species": 8, 
119             "library_type": 2, 
120             "made_by": "Lorian", 
121             "affiliations": [
122                 41
123             ], 
124             "replicate": 1, 
125             "condition": 1, 
126             "hidden": true, 
127             "stopping_point": "1A", 
128             "tags": [], 
129             "made_for": "", 
130             "amplified_from_sample": null, 
131             "notes": "7/31/2009 16:08:22\tColor: Blue", 
132             "undiluted_concentration": null, 
133             "successful_pM": null, 
134             "experiment_type": 8, 
135             "antibody": null
136         }
137     }
138 ]