Bladeren bron

rename files to represent both parents

Henry Crosswell 2 maanden geleden
bovenliggende
commit
70d89f92c9

+ 30 - 0
pyrat-api-multiple-response-and-parents-both-parents.json

@@ -0,0 +1,30 @@
+[
+    {
+        "animalid": 100,
+        "eartag_or_id": "ID-100",
+        "mutations": [
+            {
+                "animalid": 100,
+                "mutation_id": 5,
+                "mutationname": "Mut-A",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "het"
+            }
+        ]
+    },
+    {
+        "animalid": 102,
+        "eartag_or_id": "ID-102",
+        "mutations": [
+            {
+                "animalid": 102,
+                "mutation_id": 5,
+                "mutationname": "Mut-A",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "wt"
+            }
+        ]
+    }
+]

+ 129 - 0
pyrat-api-multiple-responses-parents-both-parents.json

@@ -0,0 +1,129 @@
+[
+    {
+        "animalid": 100,
+        "eartag_or_id": "ID-100",
+        "mutations": [
+            {
+                "animalid": 100,
+                "mutation_id": 5,
+                "mutationname": "Mut-A",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "wt"
+            }
+        ]
+    },
+    {
+        "animalid": 102,
+        "eartag_or_id": "ID-102",
+        "mutations": [
+            {
+                "animalid": 102,
+                "mutation_id": 5,
+                "mutationname": "Mut-A",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "wt"
+            },
+            {
+                "animalid": 102,
+                "mutation_id": 5,
+                "mutationname": "Mut-B",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "hom"
+            }
+        ]
+    },
+    {
+        "animalid": 104,
+        "eartag_or_id": "ID-104",
+        "mutations": [
+            {
+                "animalid": 104,
+                "mutation_id": 5,
+                "mutationname": "Mut-B",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "hom"
+            }
+        ]
+    },
+    {
+        "animalid": 106,
+        "eartag_or_id": "ID-106",
+        "mutations": []
+    },
+    {
+        "animalid": 101,
+        "eartag_or_id": "ID-101",
+        "mutations": [
+            {
+                "animalid": 101,
+                "mutation_id": 5,
+                "mutationname": "Mut-A",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "het"
+            }
+        ]
+    },
+    {
+        "animalid": 103,
+        "eartag_or_id": "ID-103",
+        "mutations": [
+            {
+                "animalid": 103,
+                "mutation_id": 5,
+                "mutationname": "Mut-A",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "het"
+            },
+            {
+                "animalid": 103,
+                "mutation_id": 5,
+                "mutationname": "Mut-B",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "wt"
+            }
+        ]
+    },
+    {
+        "animalid": 105,
+        "eartag_or_id": "ID-105",
+        "mutations": [
+            {
+                "animalid": 105,
+                "mutation_id": 5,
+                "mutationname": "Mut-A",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "het"
+            }
+        ]
+    },
+    {
+        "animalid": 107,
+        "eartag_or_id": "ID-107",
+        "mutations": [
+            {
+                "animalid": 107,
+                "mutation_id": 5,
+                "mutationname": "Mut-A",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "het"
+            },
+            {
+                "animalid": 107,
+                "mutation_id": 5,
+                "mutationname": "Mut-B",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "wt"
+            }
+        ]
+    }
+]

+ 16 - 0
pyrat-api-single-parent.json

@@ -0,0 +1,16 @@
+[
+    {
+        "animalid": 101,
+        "eartag_or_id": "ID-101",
+        "mutations": [
+            {
+                "animalid": 101,
+                "mutation_id": 5,
+                "mutationname": "Mut-A",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "het"
+            }
+        ]
+    }
+]

+ 21 - 0
pyrat-api-single-response-parent.json

@@ -0,0 +1,21 @@
+[
+    {
+        "animalid": 100,
+        "eartag_or_id": "ID-100",
+        "mutations": []
+    },
+    {
+        "animalid": 101,
+        "eartag_or_id": "ID-101",
+        "mutations": [
+            {
+                "animalid": 101,
+                "mutation_id": 5,
+                "mutationname": "Mut-A",
+                "mutationtype": "BAC transgenic",
+                "grade_id": 5,
+                "mutationgrade": "het"
+            }
+        ]
+    }
+]