Skip to content

Commit 2daae29

Browse files
authored
Merge pull request #132 from MetaCell/feature/ILEX-95-2
Edit bulk terms + ontology ingestion + selection active ontology
2 parents f9314ee + aad2b10 commit 2daae29

35 files changed

+18453
-7789
lines changed

mock/data/testOntology.csv

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Test Molecular Biology Ontology,Description
2+
http://uri.interlex.org/base/ilx_0101436,Protein
3+
http://uri.interlex.org/base/ilx_0101437,DNA
4+
http://uri.interlex.org/base/ilx_0101438,RNA
5+
http://uri.interlex.org/base/ilx_0101439,Enzyme
6+
http://uri.interlex.org/base/ilx_0101440,Cell membrane
7+
http://uri.interlex.org/base/ilx_0101441,Mitochondria
8+
http://uri.interlex.org/base/ilx_0101442,Nucleus

mock/data/testOntology.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"title": "Test Neuroscience Ontology",
3+
"description": "A test ontology for neuroscience terms and concepts",
4+
"subjects": [
5+
"http://uri.interlex.org/base/ilx_0101431",
6+
"http://uri.interlex.org/base/ilx_0101432",
7+
"http://uri.interlex.org/base/ilx_0101433",
8+
"http://uri.interlex.org/base/ilx_0101434",
9+
"http://uri.interlex.org/base/ilx_0101435"
10+
],
11+
"ontology": {
12+
"name": "Test Neuroscience Ontology",
13+
"version": "1.0.0",
14+
"author": "InterLex Team"
15+
},
16+
"data": {
17+
"created": "2025-09-17",
18+
"format": "JSON"
19+
}
20+
}

0 commit comments

Comments
 (0)