Deal with (failed) in flowcell names.
[htsworkflow.git] / htsworkflow / frontend / inventory / fixtures / test_harddisks.json
index feb2090b0ef5dec1600b5520a8d8430766c549c5..7ca5b0cbee2c680bd69579683b9d2c802e7ee108 100644 (file)
       "flowcell_id": "11ONEAAXX"
       }
   }, 
- {"pk": 2, "model": "experiments.flowcell", 
 {"pk": 2, "model": "experiments.flowcell", 
   "fields": {
       "paired_end": false, 
       "run_date": "2010-09-11 22:12:13", 
       "flowcell_id": "22TWOAAXX"
       }
   }, 
+  {"pk": 3, "model": "experiments.flowcell", 
+  "fields": {
+      "paired_end": false, 
+      "run_date": "2010-09-11 22:12:13", 
+      "read_length": 75, 
+      "notes": "",
+      "advanced_run": false,
+      "control_lane": 2,
+      "flowcell_id": "33THRAAXX (failed)"
+      }
+  }, 
   {"pk": "10001", "model": "samples.library", 
         "fields": {
             "ten_nM_dilution": false, 
        "lane_number": 8,
        "pM": "8"
        }
+   },
+  {"pk": 9, "model": "experiments.lane",
+   "fields": {
+       "comment": "10004 lane 4",
+       "library": "10001",
+       "cluster_estimate": 100000,
+       "flowcell": 3,
+       "lane_number": 4,
+       "pM": "8"
+       }
+   }, 
+  {"pk": 10, "model": "experiments.lane",
+   "fields": {
+       "comment": "10001 lane 1",
+       "library": "10001",
+       "cluster_estimate": 100000,
+       "flowcell": 3,
+       "lane_number": 1,
+       "pM": "8"
+       }
+   }, 
+  {"pk": 11, "model": "experiments.lane",
+   "fields": {
+       "comment": "10001 lane 1",
+       "library": "10003",
+       "cluster_estimate": 100000,
+       "flowcell": 3,
+       "lane_number": 2,
+       "pM": "8"
+       }
+   }, 
+  {"pk": 12, "model": "experiments.lane",
+   "fields": {
+       "comment": "10003 lane 8",
+       "library": "10003",
+       "cluster_estimate": 100000,
+       "flowcell": 3,
+       "lane_number": 8,
+       "pM": "8"
+       }
+   }, 
+  {"pk": 13, "model": "experiments.lane",
+   "fields": {
+       "comment": "10002 lane 8",
+       "library": "10001",
+       "cluster_estimate": 100000,
+       "flowcell": 3,
+       "lane_number": 8,
+       "pM": "8"
+       }
    }
-]
\ No newline at end of file
+]