Prechádzať zdrojové kódy

merged two parent requests into one

Henry Crosswell 2 mesiacov pred
rodič
commit
b6fc27f9d0

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

@@ -1,30 +0,0 @@
-[
-    {
-        "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"
-            }
-        ]
-    }
-]

+ 0 - 44
pyrat-api-multiple-response-and-parents-mother.json

@@ -1,44 +0,0 @@
-[
-    {
-        "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": 105,
-        "eartag_or_id": "ID-105",
-        "mutations": [
-            {
-                "animalid": 105,
-                "mutation_id": 5,
-                "mutationname": "Mut-A",
-                "mutationtype": "BAC transgenic",
-                "grade_id": 5,
-                "mutationgrade": "hom"
-            }
-        ]
-    }
-]

+ 0 - 57
pyrat-api-multiple-responses-father.json

@@ -1,57 +0,0 @@
-[
-    {
-        "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": []
-    }
-]

+ 0 - 74
pyrat-api-multiple-responses-mother.json

@@ -1,74 +0,0 @@
-[
-    {
-        "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"
-            }
-        ]
-    }
-]

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

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

+ 0 - 7
pyrat-api-single-response-father.json

@@ -1,7 +0,0 @@
-[
-    {
-        "animalid": 100,
-        "eartag_or_id": "ID-100",
-        "mutations": []
-    }
-]

+ 0 - 16
pyrat-api-single-response-mother.json

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