From e6506c41ae56aa3fbcc765004b89a95661f844b3 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 10 Dec 2013 15:12:42 -0800 Subject: [PATCH] Django 1.6 is pickier about enforcing referential integrity --- .../experiments/fixtures/test_flowcells.json | 55 ++++++++++++++----- 1 file changed, 42 insertions(+), 13 deletions(-) diff --git a/htsworkflow/frontend/experiments/fixtures/test_flowcells.json b/htsworkflow/frontend/experiments/fixtures/test_flowcells.json index 1497476..d84bf17 100644 --- a/htsworkflow/frontend/experiments/fixtures/test_flowcells.json +++ b/htsworkflow/frontend/experiments/fixtures/test_flowcells.json @@ -190,6 +190,35 @@ "pM": "7" } }, + { + "pk": "11006", + "model": "samples.library", + "fields": { + "ten_nM_dilution": false, + "gel_cut_size": 325, + "library_name": "Paired End Pfl #3 MP 7/24/9", + "creation_date": "2009-08-05", + "cell_line": 1, + "library_species": 8, + "library_type": 2, + "made_by": "Lorian", + "affiliations": [ + 41 + ], + "replicate": 1, + "condition": 1, + "hidden": true, + "stopping_point": "1A", + "tags": [], + "made_for": "", + "amplified_from_sample": null, + "notes": "7/31/2009 16:08:22\tColor: Blue", + "undiluted_concentration": null, + "successful_pM": null, + "experiment_type": 8, + "antibody": null + } + }, { "pk": "11016", "model": "samples.library", @@ -250,7 +279,7 @@ "stopping_point": "1Aa", "tags": [], "made_for": "Brian Williams", - "amplified_from_sample": null, + "amplified_from_sample": 11006, "notes": "fragment size = 300 bp, Amicon filtered\r\nnanodrop: 56.3", "undiluted_concentration": "28.7", "successful_pM": null, @@ -289,7 +318,7 @@ "stopping_point": "1Aa", "tags": [], "made_for": "Brian Williams", - "amplified_from_sample": null, + "amplified_from_sample": 11006, "notes": "300 bp gel fragment, Amicon filtered\r\nnanodrop: 24.2", "undiluted_concentration": "2.05", "successful_pM": null, @@ -577,7 +606,7 @@ "stopping_point": "2A", "tags": [], "made_for": "", - "amplified_from_sample": 12044, + "amplified_from_sample": null, "notes": "8/21/2009 11:57:54\tColor: Yellow", "undiluted_concentration": "20.5", "successful_pM": null, @@ -615,7 +644,7 @@ "stopping_point": "2A", "tags": [], "made_for": "", - "amplified_from_sample": 11045, + "amplified_from_sample": null, "notes": "8/21/2009 11:57:54\tColor: Blue", "undiluted_concentration": "23.9", "successful_pM": null, @@ -654,7 +683,7 @@ "stopping_point": "1Aa", "tags": [], "made_for": "", - "amplified_from_sample": 11051, + "amplified_from_sample": null, "notes": "8/26/2009 14:46:56\tColor: Purple", "undiluted_concentration": "1.47", "successful_pM": null, @@ -693,7 +722,7 @@ "stopping_point": "1Aa", "tags": [], "made_for": "", - "amplified_from_sample": 11053, + "amplified_from_sample": null, "notes": "8/26/2009 14:46:56\tColor: Black", "undiluted_concentration": "1.42", "successful_pM": null, @@ -732,7 +761,7 @@ "stopping_point": "1Aa", "tags": [], "made_for": "", - "amplified_from_sample": 11054, + "amplified_from_sample": null, "notes": "8/26/2009 14:46:56\tColor: Orange.", "undiluted_concentration": "1.3", "successful_pM": null, @@ -892,7 +921,7 @@ "stopping_point": "2A", "tags": [], "made_for": "", - "amplified_from_sample": 11043, + "amplified_from_sample": null, "notes": "8/21/2009 11:57:54\tColor: Orange", "undiluted_concentration": "22.4", "successful_pM": null, @@ -922,7 +951,7 @@ "stopping_point": "2A", "tags": [], "made_for": "", - "amplified_from_sample": 11043, + "amplified_from_sample": null, "notes": "8/21/2009 11:57:54\tColor: Orange", "undiluted_concentration": "22.4", "successful_pM": null, @@ -952,7 +981,7 @@ "stopping_point": "2A", "tags": [], "made_for": "", - "amplified_from_sample": 11043, + "amplified_from_sample": null, "notes": "8/21/2009 11:57:54\tColor: Orange", "undiluted_concentration": "22.4", "successful_pM": null, @@ -1015,7 +1044,7 @@ "stopping_point": "2A", "tags": [], "made_for": "", - "amplified_from_sample": 11043, + "amplified_from_sample": null, "notes": "8/21/2009 11:57:54\tColor: Orange.", "undiluted_concentration": "22.4", "successful_pM": null, @@ -1054,7 +1083,7 @@ "stopping_point": "2A", "tags": [], "made_for": "", - "amplified_from_sample": 11046, + "amplified_from_sample": null, "notes": "8/21/2009 11:57:54\tColor: Green", "undiluted_concentration": "24.9", "successful_pM": null, @@ -1093,7 +1122,7 @@ "stopping_point": "1Aa", "tags": [], "made_for": "", - "amplified_from_sample": 11052, + "amplified_from_sample": null, "notes": "8/26/2009 14:46:56\tColor: White.", "undiluted_concentration": "2.17", "successful_pM": null, -- 2.30.2