Add a few more records for django db initial_data.json.
authorDiane Trout <diane@caltech.edu>
Thu, 29 Nov 2012 03:06:33 +0000 (19:06 -0800)
committerDiane Trout <diane@caltech.edu>
Thu, 29 Nov 2012 03:13:00 +0000 (19:13 -0800)
Django 1.4's test fixture loader wanted to verify referential
integrity, so I needed to add in some of the supporting records
for sample data that had slipped into test cases.

htsworkflow/frontend/experiments/fixtures/initial_data.json
htsworkflow/frontend/samples/fixtures/initial_data.json

index 3371978a50174ef480d12cb3c5eab759aae8a4b9..e18b5ff62a77bc3036c52518b28ebe1151382703 100644 (file)
       "isdefault": false,
       "comment": "our first sequencer"
     }
+  },
+  { "model": "experiments.ClusterStation",
+    "pk": 3,
+    "fields": { "name": "new", "isdefault": false }
   }
-]
\ No newline at end of file
+]
index de3ad89a6211bc51319833ad45c5c4b0ab5dd9b8..ae22c1df6084f6657a610ba97d623a0b993988bb 100644 (file)
         "notes": "Unknown"
      }
   },
+  { "pk": 1, "model": "samples.Condition",
+    "fields": {
+        "condition_name": "Unknown",
+        "nickname": "",
+        "notes": "Unknown"
+    }
+  },
   {
      "model": "samples.LibraryType",
      "pk": 1,
         "is_paired_end": true
      }
   },
+  {
+     "model": "samples.LibraryType",
+     "pk": 7,
+     "fields": {
+        "name": "Barcoded Small RNA",
+        "can_multiplex": true,
+        "is_paired_end": true
+     }
+  },
+  {
+     "model": "samples.LibraryType",
+     "pk": 8,
+     "fields": {
+        "name": "Nextera",
+        "can_multiplex": true,
+        "is_paired_end": true
+     }
+  },
   {
      "model": "samples.LibraryType",
      "pk": 9,