diff options
| author | Munyoki Kilyungi | 2024-10-11 11:43:25 +0300 |
|---|---|---|
| committer | BonfaceKilz | 2024-10-14 23:50:49 +0300 |
| commit | f9c4194d338422249e78b3fce30ac1c53ee8a953 (patch) | |
| tree | 0a3bfa9c8a3e741d103852f8e8100179777af842 | |
| parent | 91eb554f861250ff550b71e4fdb4e7e8bcf86584 (diff) | |
| download | genenetwork3-f9c4194d338422249e78b3fce30ac1c53ee8a953.tar.gz | |
Remove "@id" from NCBI test data.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
| -rw-r--r-- | tests/unit/db/rdf/data.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/unit/db/rdf/data.py b/tests/unit/db/rdf/data.py index ed5349d..b5cd1dd 100644 --- a/tests/unit/db/rdf/data.py +++ b/tests/unit/db/rdf/data.py @@ -17,7 +17,6 @@ LPL_RIF_ENTRIES = { }, "data": [ { - "@id": "gn:rif-4023-36763533-2023-02-23T20:40:00-5", "gene_id": 4023, "version": 5, "species": "human", @@ -29,7 +28,6 @@ leads to cleavage of the complex and restoration of LPL activity.", "taxonomic_id": 9606, }, { - "@id": "gn:rif-4023-36652113-2023-04-07T20:39:00-5", "gene_id": 4023, "version": 5, "species": "human", @@ -41,7 +39,6 @@ Another negative notch for a beneficial enzyme?", "taxonomic_id": 9606, }, { - "@id": "gn:rif-4023-36519761-2023-04-27T20:33:00-5", "gene_id": 4023, "version": 5, "species": "human", @@ -53,7 +50,6 @@ SREBP2-lipoprotein lipase pathway-implications for Parkinson's disease.", "taxonomic_id": 9606, }, { - "@id": "gn:rif-4023-36708756-2023-05-22T20:32:00-5", "gene_id": 4023, "version": 5, "species": "human", @@ -65,7 +61,6 @@ Future Major Adverse Cardiovascular Events in Patients Following Carotid Endarte "taxonomic_id": 9606, }, { - "@id": "gn:rif-4023-37155355-2023-07-04T21:12:00-5", "gene_id": 4023, "version": 5, "species": "human", @@ -77,7 +72,6 @@ cardiovascular mortality: role of lipoprotein lipase activity modulation.", "taxonomic_id": 9606, }, { - "@id": "gn:rif-4023-37432202-2023-07-13T20:35:00-5", "gene_id": 4023, "version": 5, "species": "human", @@ -102,7 +96,6 @@ variants reported to date.", "taxonomic_id": 9606, }, { - "@id": "gn:rif-4023-37550668-2023-08-22T20:29:00-5", "gene_id": 4023, "version": 5, "species": "human", @@ -114,7 +107,6 @@ variant exerts a mild effect on protein function.", "taxonomic_id": 9606, }, { - "@id": "gn:rif-4023-37128695-2023-09-12T20:35:00-5", "gene_id": 4023, "version": 5, "species": "human", @@ -127,7 +119,6 @@ A Pilot Study.", "taxonomic_id": 9606, }, { - "@id": "gn:rif-4023-37427758-2023-09-25T09:33:00-5", "gene_id": 4023, "version": 5, "species": "human", @@ -140,7 +131,6 @@ with type 2 diabetes.", "taxonomic_id": 9606, }, { - "@id": "gn:rif-4023-37901192-2023-11-01T08:55:00-5", "gene_id": 4023, "version": 5, "species": "human", @@ -152,7 +142,6 @@ Blood of Obese Children and Adolescents with Lipoprotein Lipase rs328 Gene Varia "taxonomic_id": 9606, }, { - "@id": "gn:rif-4023-37871217-2023-11-10T08:44:00-5", "gene_id": 4023, "version": 5, "species": "human", @@ -164,7 +153,6 @@ capillaries by GPIHBP1 enters the glycocalyx where it mediates lipoprotein proce "taxonomic_id": 9606, }, { - "@id": "gn:rif-4023-37858495-2023-12-28T20:33:00-5", "gene_id": 4023, "version": 5, "species": "human", @@ -176,7 +164,6 @@ evaluation of 19 Chinese pediatric patients with lipoprotein lipase deficiency." "taxonomic_id": 9606, }, { - "@id": "gn:rif-4023-38114521-2023-12-29T20:33:00-5", "gene_id": 4023, "version": 5, "species": "human", @@ -188,7 +175,6 @@ hypertriglyceridemia based on inhibiting lipoprotein lipase (LPL): a translation "taxonomic_id": 9606, }, { - "@id": "gn:rif-16956-36519761-2023-04-27T20:33:00-5", "gene_id": 16956, "version": 5, "species": "mouse", @@ -200,7 +186,6 @@ SREBP2-lipoprotein lipase pathway-implications for Parkinson's disease.", "taxonomic_id": 10090, }, { - "@id": "gn:rif-24539-38114521-2023-12-29T20:33:00-5", "gene_id": 24539, "version": 5, "species": "rat", |
