Return species information as part of the flowcell json information.
[htsworkflow.git] / htsworkflow / frontend / samples / fixtures / initial_data.json
index dbdcc7a27049b40371c285314c3ff4034b99693f..27eeccfdbcf7214528382c3a4d25cf301d6e2b22 100644 (file)
         "name": "Multiplexed"
      }
   },
-  {
-     "model": "samples.Species",
-     "pk": 1,
-     "fields": {
-        "scientific_name": "Mus musculus",
-        "common_name": "mouse"
-     }
-  },
   {
      "model": "samples.Species",
      "pk": 2,
         "common_name": ""
      }
   },
+  {
+     "model": "samples.Species",
+     "pk": 6,
+     "fields": {
+        "scientific_name": "Arabidopsis thaliana"
+     }
+  },
   {
      "model": "samples.Species",
      "pk": 8,
         "scientific_name": "Homo sapiens",
         "common_name": ""
      }
+  },
+  {
+     "model": "samples.Species",
+     "pk": 9,
+     "fields": {
+        "scientific_name": "Mus musculus",
+        "common_name": "mouse"
+     }
+  },
+  {
+     "model": "samples.Species",
+     "pk": 10,
+     "fields": {
+        "scientific_name": "Strongylocentrotus purpuratus"
+     }
   }
-
 ]