瀏覽代碼

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

K-Meech 2 月之前
父節點
當前提交
84d4189f8f
共有 4 個文件被更改,包括 52 次插入0 次删除
  1. 32 0
      pyrat-api-line-mutations-response.json
  2. 10 0
      pyrat-api-lines-response-1.json
  3. 6 0
      pyrat-api-lines-response-2.json
  4. 4 0
      pyrat-api-lines.csv

+ 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