Przeglądaj źródła

Merge branch 'km/lines-mutations' of neuroinformatics/oscar-test-data into master

K-Meech 2 miesięcy temu
rodzic
commit
84d4189f8f

+ 32 - 0
pyrat-api-line-mutations-response.json

@@ -0,0 +1,32 @@
+[
+    {
+        "id": 3,
+        "name": "Mut-C",
+        "status": "active",
+        "possible_grades": [
+            {"id": 5, "name": "het"}, 
+            {"id": 6, "name": "hom"}, 
+            {"id": 7, "name": "wt"}
+        ]
+    },
+    {
+        "id": 1,
+        "name": "Mut-A",
+        "status": "active",
+        "possible_grades": [
+            {"id": 5, "name": "het"}, 
+            {"id": 6, "name": "hom"}, 
+            {"id": 7, "name": "wt"}
+        ]
+    },
+    {
+        "id": 2,
+        "name": "Mut-B",
+        "status": "inactive",
+        "possible_grades": [
+            {"id": 5, "name": "het"}, 
+            {"id": 6, "name": "hom"}, 
+            {"id": 7, "name": "wt"}
+        ]
+    }
+]

+ 10 - 0
pyrat-api-lines-response-1.json

@@ -0,0 +1,10 @@
+[
+    {
+        "id": 1,
+        "name": "Line-A"
+    },
+    {
+        "id": 2,
+        "name": "Line-B"
+    }
+]

+ 6 - 0
pyrat-api-lines-response-2.json

@@ -0,0 +1,6 @@
+[
+    {
+        "id": 3,
+        "name": "Line-C"
+    }
+]

+ 4 - 0
pyrat-api-lines.csv

@@ -0,0 +1,4 @@
+id,name
+1,Line-A
+2,Line-B
+3,Line-C