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